diff --git a/flake.lock b/flake.lock index e63d68af4..88a852499 100644 --- a/flake.lock +++ b/flake.lock @@ -120,16 +120,16 @@ ] }, "locked": { - "lastModified": 1736261435, - "narHash": "sha256-A4TK9DegXhEZOPSZgCMn/PKRIcrZ+WYxXAMowOYvTi4=", + "lastModified": 1736271775, + "narHash": "sha256-n5iM0BAJ+x3edkZwVqubnBOebkSLvpzuWZ6rAi7dwhI=", "owner": "runtimeverification", "repo": "k", - "rev": "864b285e64f74ace1258e912658a133464104073", + "rev": "81bcc2459963fc47deb85c5fb0e21ee822d2031a", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.195", + "ref": "v7.1.196", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index de835fc43..7f0fd2975 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.195"; + k-framework.url = "github:runtimeverification/k/v7.1.196"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";