From 8d88f699485161be27e8f8b6263ae67c83ca3712 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 27 Nov 2024 21:27:36 +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 89a0c7aded..6bdab417ec 100644 --- a/flake.lock +++ b/flake.lock @@ -352,16 +352,16 @@ ] }, "locked": { - "lastModified": 1732729430, - "narHash": "sha256-5LiHvKIUQE+4N/y2XXoNm12xZK0/mtZRbAyn/A6Aw2k=", + "lastModified": 1732740244, + "narHash": "sha256-NAcWKwH6pUT6kBrTIibvcVZ0LEOwmVvZalS9C7ifPqo=", "owner": "runtimeverification", "repo": "k", - "rev": "598b4da2275f80d367ffe583f5a941135e6a4672", + "rev": "143158039fe27561ffa791d20c943bb7eae9ed95", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.178", + "ref": "v7.1.179", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 60abc6abfa..8c318aee32 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "A flake for the KEVM Semantics"; inputs = { - k-framework.url = "github:runtimeverification/k/v7.1.178"; + k-framework.url = "github:runtimeverification/k/v7.1.179"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";