Updating duplicity.

svn path=/nixpkgs/trunk/; revision=27532
This commit is contained in:
Lluís Batlle i Rossell 2011-06-23 07:20:42 +00:00
parent 8e606466b3
commit 0486e0218a

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.12"; name = "duplicity-0.6.14";
src = fetchurl { src = fetchurl {
url = http://code.launchpad.net/duplicity/0.6-series/0.6.12/+download/duplicity-0.6.12.tar.gz; url = http://code.launchpad.net/duplicity/0.6-series/0.6.14/+download/duplicity-0.6.14.tar.gz;
sha256 = "13ypzp8g3fmbxk7mixrj390vz6sgm93pg8gdw4bk9xrbznrw6shv"; sha256 = "1h0gxi7hdz22fvah9mcavimfgahf31pixy1mx2mivncl14b45wf7";
}; };
installPhase = '' installPhase = ''