duplicity updated to 0.6.08b
svn path=/nixpkgs/trunk/; revision=22012
This commit is contained in:
parent
6f4e4a6370
commit
1d78faa832
@ -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.08b";
|
||||||
|
|
||||||
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.08b/+download/duplicity-0.6.08b.tar.gz;
|
||||||
sha256 = "1g284y24061krigs386x5s7vs7cnwhah7g1mfk9jfn3gzsidv70g";
|
sha256 = "03bahzdq2dqngiqadfy1jwzn8an1fm46nl9frd0v6a4c52mr1g8i";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user