Merge pull request #15792 from mbakke/duplicity

duplicity: 0.7.06 -> 0.7.07.1
This commit is contained in:
Peter Simons 2016-05-30 18:40:53 +02:00
commit 9cc9c0694e
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
}: }:
let let
version = "0.7.06"; version = "0.7.07.1";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "duplicity-${version}"; name = "duplicity-${version}";
src = fetchurl { src = fetchurl {
url = "http://code.launchpad.net/duplicity/0.7-series/${version}/+download/duplicity-${version}.tar.gz"; url = "http://code.launchpad.net/duplicity/0.7-series/${version}/+download/duplicity-${version}.tar.gz";
sha256 = "133zdi1rbiacvzjys7q3vjm7x84kmr51bsgs037rjhw9vdg5jx80"; sha256 = "594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8";
}; };
installPhase = '' installPhase = ''