From 9cbbff7bb017ac66981c3e8fa54955a9a66c9f10 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 6 Jun 2024 18:21:09 +0000 Subject: [PATCH] flake.{nix,lock}: update Nix derivations --- flake.lock | 16 ++++++++-------- flake.nix | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 1bcd11e7f6..6775461bb7 100644 --- a/flake.lock +++ b/flake.lock @@ -208,16 +208,16 @@ "rv-utils": "rv-utils_3" }, "locked": { - "lastModified": 1717682627, - "narHash": "sha256-FLRJPqK8t/5sDvYv/tuVWbhbCJVjpHiGub55q4Bph04=", + "lastModified": 1717694753, + "narHash": "sha256-CCLIlYVNu09HtAxNPBVLe4JkdV6azkPyqaGL6g1UVo8=", "owner": "runtimeverification", "repo": "k", - "rev": "31a87ea99aec71294c4bc2b507b5db33f0e07b10", + "rev": "f512f333f79e6066d1eb6a66db76acd554e92c55", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.0.118", + "ref": "v7.0.119", "repo": "k", "type": "github" } @@ -413,17 +413,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1717682627, - "narHash": "sha256-FLRJPqK8t/5sDvYv/tuVWbhbCJVjpHiGub55q4Bph04=", + "lastModified": 1717694753, + "narHash": "sha256-CCLIlYVNu09HtAxNPBVLe4JkdV6azkPyqaGL6g1UVo8=", "owner": "runtimeverification", "repo": "k", - "rev": "31a87ea99aec71294c4bc2b507b5db33f0e07b10", + "rev": "f512f333f79e6066d1eb6a66db76acd554e92c55", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.0.118", + "ref": "v7.0.119", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index c63bf1f3a7..d5350b2066 100644 --- a/flake.nix +++ b/flake.nix @@ -2,11 +2,11 @@ description = "A flake for the KEVM Semantics"; inputs = { - k-framework.url = "github:runtimeverification/k/v7.0.118"; + k-framework.url = "github:runtimeverification/k/v7.0.119"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils"; - pyk.url = "github:runtimeverification/k/v7.0.118?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.0.119?dir=pyk"; nixpkgs-pyk.follows = "pyk/nixpkgs"; poetry2nix.follows = "pyk/poetry2nix"; blockchain-k-plugin = {