From 72e05d400e6a61101119ca20b7dedb9bfd22c3c8 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 9 Oct 2024 08:22:04 +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 9235a4bf2..80e4f6dff 100644 --- a/flake.lock +++ b/flake.lock @@ -120,16 +120,16 @@ ] }, "locked": { - "lastModified": 1728315803, - "narHash": "sha256-jHRF3MVcWaf/von6YGNjidg0fUCs+p5jBpsmVP3+NOM=", + "lastModified": 1728459307, + "narHash": "sha256-OgaFqZODgQyG1ufJH+xEVmEKD6eyrO7JPJb9UQfbI8M=", "owner": "runtimeverification", "repo": "k", - "rev": "4f11b18b216667aa0d8038479d876dc94b7ab7cb", + "rev": "76c534f16df17febd4560e9b492cfa024d82e9b0", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.155", + "ref": "v7.1.156", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 21f271c49..c0d97fd99 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "mir-semantics - "; inputs = { - k-framework.url = "github:runtimeverification/k/v7.1.155"; + k-framework.url = "github:runtimeverification/k/v7.1.156"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";