diff --git a/flake.lock b/flake.lock index 9d9c843a19..7d84ebed49 100644 --- a/flake.lock +++ b/flake.lock @@ -242,16 +242,16 @@ "rv-utils": "rv-utils_3" }, "locked": { - "lastModified": 1716295717, - "narHash": "sha256-qV2Z0BCxmMzVptV6tjEnMzbF1FdyGkVok5V/+LP9sRs=", + "lastModified": 1716316046, + "narHash": "sha256-Qb9INKcbduGYL38L9PfKu1JiSVFuA973G4qRbQRggwY=", "owner": "runtimeverification", "repo": "k", - "rev": "32da8c2cf1bf16c7121762cc0e6e3f52cd54aecb", + "rev": "9704088bed7f1dbaa4e5c7361fd7e559b5e4cf07", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.0.74", + "ref": "v7.0.76", "repo": "k", "type": "github" } @@ -293,16 +293,16 @@ ] }, "locked": { - "lastModified": 1715284351, - "narHash": "sha256-wO2MgweSgNRKzKrHwUn5Bi1O9dsL4HA3qVAmW5KscGQ=", + "lastModified": 1716284534, + "narHash": "sha256-VmqPIqkBn721S5xRB06ntrQBb3lhJpKjFm4gExQRGz8=", "owner": "runtimeverification", "repo": "llvm-backend", - "rev": "da09d4e96132e6cb6f723143bf652ac512c293ab", + "rev": "b7069c4061a6c0713bd54cc2ddd3adaad4be1bb8", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.12", + "ref": "v0.1.23", "repo": "llvm-backend", "type": "github" } @@ -447,17 +447,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1716295717, - "narHash": "sha256-qV2Z0BCxmMzVptV6tjEnMzbF1FdyGkVok5V/+LP9sRs=", + "lastModified": 1716316046, + "narHash": "sha256-Qb9INKcbduGYL38L9PfKu1JiSVFuA973G4qRbQRggwY=", "owner": "runtimeverification", "repo": "k", - "rev": "32da8c2cf1bf16c7121762cc0e6e3f52cd54aecb", + "rev": "9704088bed7f1dbaa4e5c7361fd7e559b5e4cf07", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.0.74", + "ref": "v7.0.76", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 29b8afe40e..c8f2b4c5b3 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.74"; + k-framework.url = "github:runtimeverification/k/v7.0.76"; 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.74?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.0.76?dir=pyk"; nixpkgs-pyk.follows = "pyk/nixpkgs"; poetry2nix.follows = "pyk/poetry2nix"; blockchain-k-plugin = {