Update fdupes to version 1.51

This commit is contained in:
Marco Maggesi 2015-04-08 17:11:17 +02:00
parent 5dc667035f
commit 8936bfb20a
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "fdupes-1.50-PR2"; name = "fdupes-1.51";
src = fetchurl { src = fetchurl {
url = http://fdupes.googlecode.com/files/fdupes-1.50-PR2.tar.gz; url = https://github.com/adrianlopezroche/fdupes/archive/fdupes-1.51.tar.gz;
sha256 = "068nxcn3xilaphq53sywli9ndydy4gijfi2mz7h45kpy0q9cgwjs"; sha256 = "11j96vxl9vg3jsnxqxskrv3gad6dh7hz2zpyc8n31xzyxka1c7kn";
}; };
# workaround: otherwise make install fails (should be fixed in trunk) # workaround: otherwise make install fails (should be fixed in trunk)