forked from mirrors/nixpkgs
duply: 1.9.1 -> 1.9.2
This commit is contained in:
parent
937741c9f3
commit
c9a6b811d6
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "duply-1.9.1";
|
name = "duply-1.9.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/ftplicity/duply%20%28simple%20duplicity%29/1.9.x/duply_1.9.1.tgz";
|
url = "mirror://sourceforge/project/ftplicity/duply%20%28simple%20duplicity%29/1.9.x/duply_1.9.2.tgz";
|
||||||
sha256 = "1igg8nc0i1xn8k1xxmphsg019b1yx8ln86hhqm6f4pd565d1rwg5";
|
sha256 = "1ay50rsr90dcnjncjclzfckqmxxnizmi4jhb5rsybfn0xdj0kz1b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ txt2man makeWrapper ];
|
buildInputs = [ txt2man makeWrapper ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue