duplicity: 0.6.25 -> 0.7.02
This commit is contained in:
parent
442900fd5f
commit
0ff1fcf1f1
@ -2,14 +2,14 @@
|
|||||||
, lockfile, setuptools }:
|
, lockfile, setuptools }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.6.25";
|
version = "0.7.02";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "duplicity-${version}";
|
name = "duplicity-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz";
|
url = "http://code.launchpad.net/duplicity/0.7-series/${version}/+download/duplicity-${version}.tar.gz";
|
||||||
sha256 = "098p5j7clbaya3yq7q05n6xv7h1qs8iffxwvlisyfpqwpi5g8i5c";
|
sha256 = "0fh3xl4xc7cpi7iam34qd0ndqp1641kfw2609yp40lr78fx65530";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user