duplicity: update 0.6.24 -> 0.6.25 (latest stable)

This commit is contained in:
Bjørn Forsman 2014-12-02 22:45:08 +01:00
parent cf33e3c3eb
commit 998e6153be

View File

@ -2,14 +2,14 @@
, lockfile, setuptools }: , lockfile, setuptools }:
let let
version = "0.6.24"; version = "0.6.25";
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.6-series/${version}/+download/duplicity-${version}.tar.gz";
sha256 = "0l14nrhbgkyjgvh339bbhnm6hrdwrjadphq1jmpi0mcgcdbdfh8x"; sha256 = "098p5j7clbaya3yq7q05n6xv7h1qs8iffxwvlisyfpqwpi5g8i5c";
}; };
installPhase = '' installPhase = ''