From 42c3e3b6ea7f92746a6fa93d66ead567b37376da Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 5 Dec 2024 11:20:08 +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 7db9840259..c439127dac 100644 --- a/flake.lock +++ b/flake.lock @@ -352,16 +352,16 @@ ] }, "locked": { - "lastModified": 1733321545, - "narHash": "sha256-AAI0k9JI6Y/3ub7d0U+z/nINQwiJig+hKO1LnBpbI0w=", + "lastModified": 1733394552, + "narHash": "sha256-va6BP79v7ZrIBZR6WmVa8FNggvcHcfxcU4DOwz7lyEU=", "owner": "runtimeverification", "repo": "k", - "rev": "2acc9fcc9576651eafbdf58f81bae3fa2ed465d9", + "rev": "bb18443ebbe11d90674606828f3165bfe4fca1f9", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.183", + "ref": "v7.1.184", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index cfec6dd65f..768819f52e 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.183"; + k-framework.url = "github:runtimeverification/k/v7.1.184"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";