From 40c8de4b87254ea91ec633b888c142338e1a66fc Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 2 May 2024 13:17:17 +0000 Subject: [PATCH] flake.{nix,lock}: update Nix derivations --- flake.lock | 16 ++++++++-------- flake.nix | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 483ab3cb76..ef73649eaf 100644 --- a/flake.lock +++ b/flake.lock @@ -242,16 +242,16 @@ "rv-utils": "rv-utils_3" }, "locked": { - "lastModified": 1714646539, - "narHash": "sha256-NEpawo9wmZ0dh39MUU5G+WepjtZ+Lby2HKw2+A90mCE=", + "lastModified": 1714650157, + "narHash": "sha256-ZZ2lw7hLPlnnb2mZP0jJLSXIo7s8yHfXoO41buO6rm4=", "owner": "runtimeverification", "repo": "k", - "rev": "d3e858ff0daf2ef7f485de8c9467c9bd8efa875e", + "rev": "9989eefcae8d9048d4df10cb73c96415bc69a8b0", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.0.37", + "ref": "v7.0.38", "repo": "k", "type": "github" } @@ -447,17 +447,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1714646539, - "narHash": "sha256-NEpawo9wmZ0dh39MUU5G+WepjtZ+Lby2HKw2+A90mCE=", + "lastModified": 1714650157, + "narHash": "sha256-ZZ2lw7hLPlnnb2mZP0jJLSXIo7s8yHfXoO41buO6rm4=", "owner": "runtimeverification", "repo": "k", - "rev": "d3e858ff0daf2ef7f485de8c9467c9bd8efa875e", + "rev": "9989eefcae8d9048d4df10cb73c96415bc69a8b0", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.0.37", + "ref": "v7.0.38", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index daa71df923..4f10d87402 100644 --- a/flake.nix +++ b/flake.nix @@ -2,11 +2,11 @@ description = "A flake for the KEVM Semantics"; inputs = { - k-framework.url = "github:runtimeverification/k/v7.0.37"; + k-framework.url = "github:runtimeverification/k/v7.0.38"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils"; - pyk.url = "github:runtimeverification/k/v7.0.37?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.0.38?dir=pyk"; nixpkgs-pyk.follows = "pyk/nixpkgs"; poetry2nix.follows = "pyk/poetry2nix"; blockchain-k-plugin = {