From 522d8f18cb14b6383bf0b014bbf636ab132bfaf8 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 24 Jun 2026 13:31:58 +0900 Subject: [PATCH] flake.{nix,lock}: bump roowho2 --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index b80d310..761ca2b 100644 --- a/flake.lock +++ b/flake.lock @@ -447,17 +447,17 @@ "rust-overlay": "rust-overlay_4" }, "locked": { - "lastModified": 1778600367, - "narHash": "sha256-YB0b2xUf4D8792D5Ay//7C3AjHyv+9yoy8K1mTe+wvE=", + "lastModified": 1782275838, + "narHash": "sha256-CW84hEFcypvEegQp+4zZZ4lCnPT7Qn27OpKiQBxiWS8=", "ref": "main", - "rev": "8e5f2849ff7c9616100fe928261512a7ad647939", - "revCount": 91, + "rev": "71d2b72c34352a79dbee8ebf23ce64f39aead692", + "revCount": 102, "type": "git", "url": "https://git.pvv.ntnu.no/Projects/roowho2.git" }, "original": { "ref": "main", - "rev": "8e5f2849ff7c9616100fe928261512a7ad647939", + "rev": "71d2b72c34352a79dbee8ebf23ce64f39aead692", "type": "git", "url": "https://git.pvv.ntnu.no/Projects/roowho2.git" } diff --git a/flake.nix b/flake.nix index 1e089af..6644681 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ minecraft-heatmap.url = "git+https://git.pvv.ntnu.no/Projects/minecraft-heatmap.git?ref=main"; minecraft-heatmap.inputs.nixpkgs.follows = "nixpkgs"; - roowho2.url = "git+https://git.pvv.ntnu.no/Projects/roowho2.git?ref=main&rev=8e5f2849ff7c9616100fe928261512a7ad647939"; + roowho2.url = "git+https://git.pvv.ntnu.no/Projects/roowho2.git?ref=main&rev=71d2b72c34352a79dbee8ebf23ce64f39aead692"; roowho2.inputs.nixpkgs.follows = "nixpkgs"; greg-ng.url = "git+https://git.pvv.ntnu.no/Grzegorz/greg-ng.git?ref=main";