From a6c9d6cd4f46ebe1e0f0fd201c27a6f51e5d60d1 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 7 Jul 2025 06:11:21 +0200 Subject: [PATCH] chore: :bug: Update Nix hashes --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 9999c2de..a800adb5 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -54,7 +54,7 @@ in # Required else we get errors that our fixed-output derivation references store paths dontFixup = true; - outputHash = "sha256-/RQv87hjLdH6+41yR7+bGp3j200DVhIrKWoI1MKIqJs="; + outputHash = "sha256-aG54v3luuJTmb/eonoILv3KBKW6mulk3xOpxLA6V5L8="; outputHashAlgo = "sha256"; outputHashMode = "recursive"; };