From ef6d2b73f163fd457d9f7dde178a9ba7949aacec Mon Sep 17 00:00:00 2001 From: rzuasti Date: Thu, 12 Feb 2026 11:53:04 -0500 Subject: [PATCH] fixed hash --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 07ddee2..659c537 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -35,7 +35,7 @@ outputHashAlgo = "sha256"; outputHashMode = "recursive"; - outputHash = "sha256-f9cizZBn8inksSxAgAzHOsicYpZfplm/fVfL8pPRRNU="; + outputHash = "sha256-CyFxZMFL9WAklny0XwM6CGrt38NzSYT1xGdXaLSVePI="; # outputHash = pkgs.lib.fakeHash; };