diff --git a/flake.lock b/flake.lock index f538caf18..96bae457a 100644 --- a/flake.lock +++ b/flake.lock @@ -120,16 +120,16 @@ ] }, "locked": { - "lastModified": 1724947368, - "narHash": "sha256-lJfhlPjI515NJnV8621tVSD1tOeAOKn1G4bDgO4szcs=", + "lastModified": 1725269299, + "narHash": "sha256-LFCKiWLKbZSoPTAIj1v+syCaRaU6TRpErzlAlxhApnA=", "owner": "runtimeverification", "repo": "k", - "rev": "fd1ebee32b51b25a5008fe4daee28ec816927856", + "rev": "5b0fe61f2c434c62c22f861bce9a0eb68bdab6c9", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.125", + "ref": "v7.1.126", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 8cf5200a2..945a9af31 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "K Semantics of WebAssembly"; inputs = { - k-framework.url = "github:runtimeverification/k/v7.1.125"; + k-framework.url = "github:runtimeverification/k/v7.1.126"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";