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";