From ae207c10b6d95f152b916b3ad2367155184a4d94 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 3 Nov 2025 00:17:57 +0100 Subject: [PATCH] fix: :green_heart: Update Nix hash --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index a800adb5..12e64886 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-aG54v3luuJTmb/eonoILv3KBKW6mulk3xOpxLA6V5L8="; + outputHash = "sha256-geahFpkyWgHXKMxLp46AJW3TVWFm6jM4QZO0Z10mBWY="; outputHashAlgo = "sha256"; outputHashMode = "recursive"; };