From fd8e228a717b94eeeb5fe57d166c9d1acd144a28 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 22 May 2024 16:21:13 +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 14bbb4c59c..a7b910370c 100644 --- a/flake.lock +++ b/flake.lock @@ -242,16 +242,16 @@ "rv-utils": "rv-utils_3" }, "locked": { - "lastModified": 1716386579, - "narHash": "sha256-uv3KSz7hWySHF3Dyt/mP31yRUv9FljTpDE5KaDEzrMs=", + "lastModified": 1716391524, + "narHash": "sha256-LU0R6UA6JWADpmG3Eb2HlQBpJcK60GQY+bk58XRHla4=", "owner": "runtimeverification", "repo": "k", - "rev": "ea6850df7eb4cb73c60d430be7c355575a9ecb04", + "rev": "af40d82ed362d29d568ca10393589f760dbbd565", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.0.84", + "ref": "v7.0.85", "repo": "k", "type": "github" } @@ -447,17 +447,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1716386579, - "narHash": "sha256-uv3KSz7hWySHF3Dyt/mP31yRUv9FljTpDE5KaDEzrMs=", + "lastModified": 1716391524, + "narHash": "sha256-LU0R6UA6JWADpmG3Eb2HlQBpJcK60GQY+bk58XRHla4=", "owner": "runtimeverification", "repo": "k", - "rev": "ea6850df7eb4cb73c60d430be7c355575a9ecb04", + "rev": "af40d82ed362d29d568ca10393589f760dbbd565", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.0.84", + "ref": "v7.0.85", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 0042b68abc..189085c6f1 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.84"; + k-framework.url = "github:runtimeverification/k/v7.0.85"; 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.84?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.0.85?dir=pyk"; nixpkgs-pyk.follows = "pyk/nixpkgs"; poetry2nix.follows = "pyk/poetry2nix"; blockchain-k-plugin = {