mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* Revert to 0.6.06: 0.6.08 is broken (fails with "AttributeError:
'module' object has no attribute 'gpg_options'"). svn path=/nixpkgs/trunk/; revision=20505
This commit is contained in:
parent
6961831c73
commit
5b90cc5b62
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, python, librsync, gnupg, boto, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "duplicity-0.6.08";
|
||||
name = "duplicity-0.6.06";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://code.launchpad.net/duplicity/0.6-series/0.6.08/+download/duplicity-0.6.08.tar.gz;
|
||||
sha256 = "1qvaa61j8614wy2fv02f47dp58pry2j958gnd2c73flj2n0n1919";
|
||||
url = http://code.launchpad.net/duplicity/0.6-series/0.6.06/+download/duplicity-0.6.06.tar.gz;
|
||||
sha256 = "1g284y24061krigs386x5s7vs7cnwhah7g1mfk9jfn3gzsidv70g";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user