From 1c950b5d627e541a691146637e545a922339d5a5 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 31 Oct 2024 03:48:52 +0000 Subject: [PATCH] flake.{nix,lock}: update Nix derivations --- flake.lock | 16 ++++++++-------- flake.nix | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index c382879b0..1958e7aaa 100644 --- a/flake.lock +++ b/flake.lock @@ -118,16 +118,16 @@ "z3": "z3" }, "locked": { - "lastModified": 1729679874, - "narHash": "sha256-+HNfnDTdH08YEHgTYIB0CF1YWrJMbiH9vyQUKnOyhsA=", + "lastModified": 1730331357, + "narHash": "sha256-94XaYki+qhuQHR6K5YkajbL6Vby0EjggReTP9unzPk4=", "owner": "runtimeverification", "repo": "haskell-backend", - "rev": "d933d5ccb4cee63b83b8a990a03d3f4267139e41", + "rev": "81fe80ccdfadb21c0a0c8488632afe8365cd884a", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.92", + "ref": "v0.1.95", "repo": "haskell-backend", "type": "github" } @@ -171,16 +171,16 @@ ] }, "locked": { - "lastModified": 1730233640, - "narHash": "sha256-e/iu6Pn/7wdtFrHKckgEbdNxfC9KsahB3l3OlVK1oo0=", + "lastModified": 1730344128, + "narHash": "sha256-tADlTseeQ2+/chkZ+1BKnBDhLuKptDzb3+yK2K4z1pg=", "owner": "runtimeverification", "repo": "k", - "rev": "dd93b05043dc9107b004a71f812e4bbef39a0e7c", + "rev": "ac5555f78ee2958c3f846dde5936357eafad891b", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.167", + "ref": "v7.1.169", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index ceb2611e8..88faddb7a 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Blockchain K plugin"; inputs = { - k-framework.url = "github:runtimeverification/k/v7.1.167"; + k-framework.url = "github:runtimeverification/k/v7.1.169"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";