* So there is an even newer version of duplicity :-)

svn path=/nixpkgs/trunk/; revision=20499
This commit is contained in:
Eelco Dolstra 2010-03-09 15:46:22 +00:00
parent 387216d7fa
commit 67e7ad56d7

View File

@ -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.07"; name = "duplicity-0.6.08";
src = fetchurl { src = fetchurl {
url = http://code.launchpad.net/duplicity/0.6-series/0.6.07/+download/duplicity-0.6.07.tar.gz; url = http://code.launchpad.net/duplicity/0.6-series/0.6.08/+download/duplicity-0.6.08.tar.gz;
sha256 = "11rwr47cgr652m3qb583qlhfjbagnhsidbn8y09fyfi75iifqrjs"; sha256 = "1qvaa61j8614wy2fv02f47dp58pry2j958gnd2c73flj2n0n1919";
}; };
installPhase = '' installPhase = ''