haskellPackages.cachix: Correct hash

This commit is contained in:
Ellie Hermaszewska 2023-04-07 07:15:12 +08:00
parent 0373758bed
commit b308cfd396
No known key found for this signature in database

View file

@ -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 = ''