3
0
Fork 0
forked from mirrors/nixpkgs

jdupes: fix source hash

This commit is contained in:
Uli Baum 2018-09-21 20:48:24 +02:00
parent fbf8d45b5c
commit 819c47f1c4

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "jbruchon";
repo = "jdupes";
rev = "v${version}";
sha256 = "06fhkw4gkv702k72k71yii3gv1mgdymy4irq30a58iyyakbbcfy8";
sha256 = "03a2jxv634xy5qwjrk784k3y3pd8f94pndf5m84yg2y7i8dvppnk";
# Unicode file names lead to different checksums on HFS+ vs. other
# filesystems because of unicode normalisation. The testdir
# directories have such files and will be removed.