* Duplicity updated to 0.6.07.
svn path=/nixpkgs/trunk/; revision=20498
This commit is contained in:
parent
04f73b29d6
commit
387216d7fa
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, python, librsync, gnupg, boto, makeWrapper }:
|
{ stdenv, fetchurl, python, librsync, gnupg, boto, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "duplicity-0.6.06";
|
name = "duplicity-0.6.07";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://code.launchpad.net/duplicity/0.6-series/0.6.06/+download/duplicity-0.6.06.tar.gz;
|
url = http://code.launchpad.net/duplicity/0.6-series/0.6.07/+download/duplicity-0.6.07.tar.gz;
|
||||||
sha256 = "1g284y24061krigs386x5s7vs7cnwhah7g1mfk9jfn3gzsidv70g";
|
sha256 = "11rwr47cgr652m3qb583qlhfjbagnhsidbn8y09fyfi75iifqrjs";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user