about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2023-04-07 07:15:12 +0800
committerEllie Hermaszewska <git@monoid.al>2023-04-07 07:15:12 +0800
commitb308cfd396ae770999840273d4720129422a6cb9 (patch)
treef66c405538004b7ba5bb8e411f47a6206841c10f /pkgs/development/haskell-modules
parent0373758bed87bd3efa870336111afdf504dff928 (diff)
haskellPackages.cachix: Correct hash
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 276b725fe4cbd..c9f59d265449e 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 = ''