summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorUli Baum <xeji@cat3.de>2018-09-21 20:48:24 +0200
committerUli Baum <xeji@cat3.de>2018-09-21 20:48:24 +0200
commit819c47f1c461224a72718fdcfbcc966a225f907b (patch)
tree4167403ed173e29d18a212a138fefba6a9df80b7 /pkgs
parentfbf8d45b5c632b46389d605623af603d48ce66d7 (diff)
downloadnixlib-819c47f1c461224a72718fdcfbcc966a225f907b.tar
nixlib-819c47f1c461224a72718fdcfbcc966a225f907b.tar.gz
nixlib-819c47f1c461224a72718fdcfbcc966a225f907b.tar.bz2
nixlib-819c47f1c461224a72718fdcfbcc966a225f907b.tar.lz
nixlib-819c47f1c461224a72718fdcfbcc966a225f907b.tar.xz
nixlib-819c47f1c461224a72718fdcfbcc966a225f907b.tar.zst
nixlib-819c47f1c461224a72718fdcfbcc966a225f907b.zip
jdupes: fix source hash
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/jdupes/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/jdupes/default.nix b/pkgs/tools/misc/jdupes/default.nix
index 700977d6d6d8..991066690ee4 100644
--- a/pkgs/tools/misc/jdupes/default.nix
+++ b/pkgs/tools/misc/jdupes/default.nix
@@ -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.