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:
parent
d6ec023293
commit
587a175abf
@ -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.08b";
|
name = "duplicity-0.6.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://code.launchpad.net/duplicity/0.6-series/0.6.08b/+download/duplicity-0.6.08b.tar.gz;
|
url = http://code.launchpad.net/duplicity/0.6-series/0.6.12/+download/duplicity-0.6.12.tar.gz;
|
||||||
sha256 = "03bahzdq2dqngiqadfy1jwzn8an1fm46nl9frd0v6a4c52mr1g8i";
|
sha256 = "13ypzp8g3fmbxk7mixrj390vz6sgm93pg8gdw4bk9xrbznrw6shv";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user