From ba7b90129afd26f161ce878c2dfce6212eeb62ae Mon Sep 17 00:00:00 2001 From: devops Date: Tue, 7 Jan 2025 13:10:54 +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 832de17cc..27d7d6647 100644 --- a/flake.lock +++ b/flake.lock @@ -120,16 +120,16 @@ ] }, "locked": { - "lastModified": 1735485792, - "narHash": "sha256-pk5ubpAJ4Dg61g/KovrA0QLCamiDdJi797/EshAPGhs=", + "lastModified": 1736253047, + "narHash": "sha256-9YugfDsLzhZCD5U5WAoCmayoFpN7Q+kQxZQueO8+ORA=", "owner": "runtimeverification", "repo": "k", - "rev": "b99be28f263d0013f403ee76f13ef01ebf7ab901", + "rev": "81d63457a5a51cba47a6257364bce54e11ee301b", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.193", + "ref": "v7.1.194", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index d82c2445f..5e958ae38 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "mir-semantics - "; inputs = { - k-framework.url = "github:runtimeverification/k/v7.1.193"; + k-framework.url = "github:runtimeverification/k/v7.1.194"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";