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 = {