From 046173b2818524718fc5416b3e5923aa5601c130 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 21 Nov 2024 16:44:52 +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 5eae0d0a4c..935a0ea0b7 100644 --- a/flake.lock +++ b/flake.lock @@ -352,16 +352,16 @@ ] }, "locked": { - "lastModified": 1732190080, - "narHash": "sha256-VBx3ZZmo1E147kDsa0Nhf7j5d1O0eHA5WkbyBgfLyH0=", + "lastModified": 1732196667, + "narHash": "sha256-Njulw9rAgRNnqc00yrkHmTb/di265MGqBewOHZoV4KQ=", "owner": "runtimeverification", "repo": "k", - "rev": "5ae14576bf89d9bd2e6020752a01a43ea83ada17", + "rev": "fc37d4b1b37bb806314dd845bddae0eb0f2088f7", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.173", + "ref": "v7.1.174", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 7bc05683ab..fb83f429aa 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.173"; + k-framework.url = "github:runtimeverification/k/v7.1.174"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";