duperemove: fix hash

This commit is contained in:
pongo1231 2023-11-21 01:19:15 +01:00
parent 573729627d
commit 9a7ff8709b

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
owner = "markfasheh";
repo = "duperemove";
rev = "v${version}";
hash = "sha256-dz7ZswOUDmWxzVM3j5GTlC/Tu8Wfgyn1QT5nIqBanrs=";
hash = "sha256-hYBD5XFjM2AEsQm7yKEHkfjwLZmXTxkY/6S3hs1uBPw=";
};
postPatch = ''