From 3f468c57cb4f73bb6828495ec8b6ae99ceff7ae4 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 22 Aug 2024 21:15:50 +0000 Subject: [PATCH] flake.{nix,lock}: update Nix derivations --- flake.lock | 24 ++++++++++++------------ flake.nix | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index 4cab7ef9ab..2329367ec9 100644 --- a/flake.lock +++ b/flake.lock @@ -370,16 +370,16 @@ ] }, "locked": { - "lastModified": 1724308755, - "narHash": "sha256-aF71G9w/f2MUG678ZD2mwxMTGwRzIX1GepKYTTsmTBE=", + "lastModified": 1724358386, + "narHash": "sha256-4pmy3FpOF/Owbits0ZxSvNOYGGwTUn3+OHxaPiUhsSo=", "owner": "runtimeverification", "repo": "k", - "rev": "17f06d2a67a4e0e9dbeecc4cfeacf4193ef1c4a5", + "rev": "3a782b3e002ca9d5ad6fdc1a3069a1135d8f9276", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.117", + "ref": "v7.1.118", "repo": "k", "type": "github" } @@ -450,16 +450,16 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1724179030, - "narHash": "sha256-bi3/G8BojOQOa9ZI8wVoc4girv8GNYgP/zlY4u/wrwo=", + "lastModified": 1724355360, + "narHash": "sha256-wy+g2rVUn2dYoZ/JSA8x0cWNWYDxnxLpAzaucjUBciQ=", "owner": "runtimeverification", "repo": "llvm-backend", - "rev": "b9dc4ff8d3510f8ffb09cad2e1c80e2a0e9bb132", + "rev": "b9d2a6da360e2b14a60a22928d625f43fb71ae02", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.81", + "ref": "v0.1.84", "repo": "llvm-backend", "type": "github" } @@ -711,17 +711,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1724308755, - "narHash": "sha256-aF71G9w/f2MUG678ZD2mwxMTGwRzIX1GepKYTTsmTBE=", + "lastModified": 1724358386, + "narHash": "sha256-4pmy3FpOF/Owbits0ZxSvNOYGGwTUn3+OHxaPiUhsSo=", "owner": "runtimeverification", "repo": "k", - "rev": "17f06d2a67a4e0e9dbeecc4cfeacf4193ef1c4a5", + "rev": "3a782b3e002ca9d5ad6fdc1a3069a1135d8f9276", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.1.117", + "ref": "v7.1.118", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 9091bf81f1..96d11b512e 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.1.117"; + k-framework.url = "github:runtimeverification/k/v7.1.118"; 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.1.117?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.1.118?dir=pyk"; nixpkgs-pyk.follows = "pyk/nixpkgs"; poetry2nix.follows = "pyk/poetry2nix"; blockchain-k-plugin = {