From 14bb2676599fc948a10b18981347725c08957789 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Wed, 6 May 2026 01:56:29 +0200 Subject: [PATCH] chore: 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 0d77b996..4a567cb2 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-vCqJXbmC03p/4o2p9ou6COEmyPn7znm1LVYJapyexvI="; + outputHash = "sha256-nedOYIQQH6W0ObeOZKZkJ9nLqX07R/HpctQrYkHhwIA="; outputHashAlgo = "sha256"; outputHashMode = "recursive"; };