From eb70480b66ef46a0738ef829f9376f2f5ce81b73 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 23 Jan 2025 19:17:02 +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 e95d9108ff..88e6627c4a 100644 --- a/flake.lock +++ b/flake.lock @@ -352,16 +352,16 @@ ] }, "locked": { - "lastModified": 1737403363, - "narHash": "sha256-W+qMyPgbgoeFugC9vQKOoHUHdbLqvS2X7ObhcMEQxOU=", + "lastModified": 1737656969, + "narHash": "sha256-rgt44+Zt9NLeYtBfbxSCKmuS+/YrCPKOoq1s5ggv7wQ=", "owner": "runtimeverification", "repo": "k", - "rev": "ab00be0b289ac0fe59c845ffb82c8c4a107f50ff", + "rev": "53ae31ec1518a054776e8ba7b31a4c369f8af023", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.205", + "ref": "v7.1.207", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 94040c8561..2734c44ec9 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.205"; + k-framework.url = "github:runtimeverification/k/v7.1.207"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";