From e540c38455e4c4b1ea9cb8ceb8a09a10ee08c86f Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 27 Nov 2024 18:26:23 +0000 Subject: [PATCH] flake.{nix,lock}: update Nix derivations --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 77df1dd70..a4cfa6640 100644 --- a/flake.lock +++ b/flake.lock @@ -120,16 +120,16 @@ ] }, "locked": { - "lastModified": 1732701778, - "narHash": "sha256-CYIOhzDkEVJe8mdIeLsBwdT3pZN9MTw++eBqscSGhFo=", + "lastModified": 1732729430, + "narHash": "sha256-5LiHvKIUQE+4N/y2XXoNm12xZK0/mtZRbAyn/A6Aw2k=", "owner": "runtimeverification", "repo": "k", - "rev": "89a3ef50215c3532cb00ba73a986efffd5f308e3", + "rev": "598b4da2275f80d367ffe583f5a941135e6a4672", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.177", + "ref": "v7.1.178", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 3736d6cc5..19ec861a0 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.177"; + k-framework.url = "github:runtimeverification/k/v7.1.178"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";