From b308cfd396ae770999840273d4720129422a6cb9 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Fri, 7 Apr 2023 07:15:12 +0800 Subject: [PATCH] haskellPackages.cachix: Correct hash --- pkgs/development/haskell-modules/configuration-nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 276b725fe4cb..c9f59d265449 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -977,7 +977,7 @@ self: super: builtins.intersectAttrs super { owner = "cachix"; repo = "cachix"; rev = "v1.4.2"; - sha256 = "sha256-EjBM5O+wXJhthRU/Nd9VFe7x5O93nx0pMt3jx0Ow="; + sha256 = "sha256-EjfBM5O+wXJhthRU/Nd9VFue7xo5O93nx0pMt3jx0Ow="; }; postUnpack = "sourceRoot=$sourceRoot/cachix"; postPatch = ''