Skip to content

Commit

Permalink
Merge pull request #15792 from mbakke/duplicity
Browse files Browse the repository at this point in the history
duplicity: 0.7.06 -> 0.7.07.1
  • Loading branch information
peti committed May 30, 2016
2 parents 107eb53 + 80ab612 commit 9cc9c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/backup/duplicity/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
}:

let
version = "0.7.06";
version = "0.7.07.1";
in
stdenv.mkDerivation {
name = "duplicity-${version}";

src = fetchurl {
url = "http://code.launchpad.net/duplicity/0.7-series/${version}/+download/duplicity-${version}.tar.gz";
sha256 = "133zdi1rbiacvzjys7q3vjm7x84kmr51bsgs037rjhw9vdg5jx80";
sha256 = "594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8";
};

installPhase = ''
Expand Down

0 comments on commit 9cc9c06

Please sign in to comment.