From e9b4962e7a657f3b240e8a31e1c4ed899a7ee7ad Mon Sep 17 00:00:00 2001 From: devops Date: Mon, 16 Dec 2024 16:09:40 +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 025f88920..607e02571 100644 --- a/flake.lock +++ b/flake.lock @@ -390,16 +390,16 @@ ] }, "locked": { - "lastModified": 1733859752, - "narHash": "sha256-wRfMUdf8hQWLEbtwTihnGvlUssU55NVm30LOrAXS7jU=", + "lastModified": 1733906779, + "narHash": "sha256-7EHntkwnhYa8xTiMC6s0OzUcqxP+fKaNB/Ed98gf+io=", "owner": "runtimeverification", "repo": "k", - "rev": "c8d0bee9b64f0e83a4db805575699bae040abbf1", + "rev": "ca93ca476a73abfbff358a6911fcb0e260371d58", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.186", + "ref": "v7.1.187", "repo": "k", "type": "github" } @@ -435,16 +435,16 @@ ] }, "locked": { - "lastModified": 1733898858, - "narHash": "sha256-/W7p0JG+dPZoTSDRb6ftXi+G0ef28P16pbLw3GgaA7I=", + "lastModified": 1734362563, + "narHash": "sha256-+6s3SZrNEsx/yVW1ix3laja767LIZfcjdQcwvFgpR0w=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "b77287f34ef474cd9d253fa4a9ccd8113b7d0ff0", + "rev": "a47d7083d8e81e9491fdf556aef19836a1c8a445", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.760", + "ref": "v1.0.761", "repo": "evm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index 8b45e5bee..3c991aabf 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.760"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.761"; nixpkgs.follows = "kevm/nixpkgs"; k-framework.follows = "kevm/k-framework"; flake-utils.follows = "kevm/flake-utils";