rdfind: 1.3.4 -> 1.3.5
homepage and fetch src over HTTPS
This commit is contained in:
parent
f7dea2711c
commit
a66f1d6047
@ -2,20 +2,20 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rdfind-${version}";
|
name = "rdfind-${version}";
|
||||||
version = "1.3.4";
|
version = "1.3.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://rdfind.pauldreik.se/${name}.tar.gz";
|
url = "https://rdfind.pauldreik.se/${name}.tar.gz";
|
||||||
sha256 = "0zfc5whh6j5xfbxr6wvznk62qs1mkd3r7jcq72wjgnck43vv7w55";
|
sha256 = "0i63f2lwwkiq5m8shi3wwi59i1s25r6dx6flsgqxs1jvlcg0lvn3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nettle ];
|
buildInputs = [ nettle ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://rdfind.pauldreik.se/;
|
homepage = https://rdfind.pauldreik.se/;
|
||||||
description = "Removes or hardlinks duplicate files very swiftly";
|
description = "Removes or hardlinks duplicate files very swiftly";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ wmertens ];
|
maintainers = [ maintainers.wmertens ];
|
||||||
platforms = with stdenv.lib.platforms; all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user