From ac3be21851c2e61cefb3bc91b010e7b3e5e5b2b6 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 28 Nov 2024 13:30:38 +0000 Subject: [PATCH] flake.{nix,lock}: update Nix derivations --- flake.lock | 30 +++++++++++++++--------------- flake.nix | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index 5697e48..cf4276e 100644 --- a/flake.lock +++ b/flake.lock @@ -69,16 +69,16 @@ "z3": "z3" }, "locked": { - "lastModified": 1731858864, - "narHash": "sha256-P5lwiVFy3qVKe08TYOLc+nBss3AsM+nBIspw5nP1frY=", + "lastModified": 1732696861, + "narHash": "sha256-gL/m08eSp07XvdTBG4+IniP3ciB4MPiyuNkl/4Cs1/U=", "owner": "runtimeverification", "repo": "haskell-backend", - "rev": "820cd05c084ba7f297e74a960f98e99ea2b2fba4", + "rev": "0a9f66963ea3e13bcec32f5d2c4f480bf0acf65e", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.99", + "ref": "v0.1.101", "repo": "haskell-backend", "type": "github" } @@ -125,16 +125,16 @@ ] }, "locked": { - "lastModified": 1732196667, - "narHash": "sha256-Njulw9rAgRNnqc00yrkHmTb/di265MGqBewOHZoV4KQ=", + "lastModified": 1732784580, + "narHash": "sha256-2e5gPnT2C1dImYSK9GMctKfYcFy1MaUh4HaXiID/cPU=", "owner": "runtimeverification", "repo": "k", - "rev": "fc37d4b1b37bb806314dd845bddae0eb0f2088f7", + "rev": "1095542f14bb9c963812926fd44c170f11297a7e", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.174", + "ref": "v7.1.180", "repo": "k", "type": "github" } @@ -319,11 +319,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1732242723, - "narHash": "sha256-NWI8csIK0ujFlFuEXKnoc+7hWoCiEtINK9r48LUUMeU=", + "lastModified": 1732761189, + "narHash": "sha256-A2a4Cw66421Wojv1uqSGkD1XW960uJ7wHuwmvGCUJ8s=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "a229311fcb45b88a95fdfa5cecd8349c809a272a", + "rev": "fd0e3bf854b937632c92819d55d4ff8a130d5658", "type": "github" }, "original": { @@ -475,16 +475,16 @@ ] }, "locked": { - "lastModified": 1732260356, - "narHash": "sha256-6f0t/UmqqzGTt5zs53ImCuZCVtNEH/B5LZwh6ZN/vmI=", + "lastModified": 1732800577, + "narHash": "sha256-eUDriglYnyt30zXxQSU78aZjNC4uLn1kV2gNF4vW4Ck=", "owner": "runtimeverification", "repo": "wasm-semantics", - "rev": "4ee3aa25ec619de91c434daedb28f7771e466a46", + "rev": "64597078d6a46f119e5abe00e68f48f0c59eae8d", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.114", + "ref": "v0.1.115", "repo": "wasm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index e1f380a..954d482 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "komet - K tooling for the Soroban platform"; inputs = { - wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.114"; + wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.115"; k-framework.follows = "wasm-semantics/k-framework"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils";