duply: 1.9.2 -> 2.1 (#44596)
This commit is contained in:
parent
bd012413e4
commit
a85d324503
@ -2,12 +2,13 @@
|
|||||||
, gnugrep, txt2man, makeWrapper, which
|
, gnugrep, txt2man, makeWrapper, which
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "duply-1.9.2";
|
name = "duply-${version}";
|
||||||
|
version = "2.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/ftplicity/duply%20%28simple%20duplicity%29/1.9.x/duply_1.9.2.tgz";
|
url = "mirror://sourceforge/project/ftplicity/duply%20%28simple%20duplicity%29/2.1.x/duply_${version}.tgz";
|
||||||
sha256 = "1ay50rsr90dcnjncjclzfckqmxxnizmi4jhb5rsybfn0xdj0kz1b";
|
sha256 = "0i5j7h7h6ssrwhll0sfhymisshg54kx7j45zcqffzjxa0ylvzlm8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ txt2man makeWrapper ];
|
buildInputs = [ txt2man makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user