1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Updating duplicity. I think this may correct https://bugs.launchpad.net/duplicity/+bug/579958 .

svn path=/nixpkgs/trunk/; revision=26269
This commit is contained in:
Lluís Batlle i Rossell 2011-03-11 09:11:02 +00:00
parent d6ec023293
commit 587a175abf

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, python, librsync, gnupg, boto, makeWrapper }:
stdenv.mkDerivation {
name = "duplicity-0.6.08b";
name = "duplicity-0.6.12";
src = fetchurl {
url = http://code.launchpad.net/duplicity/0.6-series/0.6.08b/+download/duplicity-0.6.08b.tar.gz;
sha256 = "03bahzdq2dqngiqadfy1jwzn8an1fm46nl9frd0v6a4c52mr1g8i";
url = http://code.launchpad.net/duplicity/0.6-series/0.6.12/+download/duplicity-0.6.12.tar.gz;
sha256 = "13ypzp8g3fmbxk7mixrj390vz6sgm93pg8gdw4bk9xrbznrw6shv";
};
installPhase = ''