mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
duperemove: fix hash
This commit is contained in:
parent
573729627d
commit
9a7ff8709b
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "markfasheh";
|
owner = "markfasheh";
|
||||||
repo = "duperemove";
|
repo = "duperemove";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-dz7ZswOUDmWxzVM3j5GTlC/Tu8Wfgyn1QT5nIqBanrs=";
|
hash = "sha256-hYBD5XFjM2AEsQm7yKEHkfjwLZmXTxkY/6S3hs1uBPw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user