From d55f5727814706d02f786a7feecd404c9340d944 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Fri, 13 Mar 2026 15:35:48 +0100 Subject: [PATCH] update outputHash in deps.nix --- nix/deps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/deps.nix b/nix/deps.nix index 4c91c2ad1..9cf127fd8 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -55,7 +55,7 @@ stdenv.mkDerivation { ''; # Make this a fixed-output derivation to allow internet access for Nimble. - outputHash = "sha256-hyH53xPwTJlAwjTVpuZkV4nwLfrKY7BXnZkjsAyt/1w="; + outputHash = "sha256-8+CdoOA8Y3YOaUdhyH9Ur9TvwxetsuD3Q+92Nt54oJ4="; outputHashAlgo = "sha256"; outputHashMode = "recursive"; }