From 7b16f6af3872496c04398fa3477e1d9e73f7c590 Mon Sep 17 00:00:00 2001 From: devops Date: Mon, 9 Sep 2024 03:19:14 +0000 Subject: [PATCH] flake.{nix,lock}: update Nix derivations --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 87c33e4e1..9035e105c 100644 --- a/flake.lock +++ b/flake.lock @@ -120,16 +120,16 @@ ] }, "locked": { - "lastModified": 1725644575, - "narHash": "sha256-X3OfMN53Cdae4XC0XkazqDYxCQ6ikLIhxIvt3ZbBi2E=", + "lastModified": 1725849280, + "narHash": "sha256-/S6N6u996rxx5xjc8nGPXoDhSlwS/y8xtgcGCLjSCAY=", "owner": "runtimeverification", "repo": "k", - "rev": "62e06f466f3fef150598894798fa340d68bb3fdb", + "rev": "80310780c3a65102b86692184ff7761e447efa40", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.136", + "ref": "v7.1.137", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index ef3e6a2bf..c5eaa3823 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "K Semantics of WebAssembly"; inputs = { - k-framework.url = "github:runtimeverification/k/v7.1.136"; + k-framework.url = "github:runtimeverification/k/v7.1.137"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils";