mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
duplicity: update 0.6.24 -> 0.6.25 (latest stable)
This commit is contained in:
parent
cf33e3c3eb
commit
998e6153be
@ -2,14 +2,14 @@
|
||||
, lockfile, setuptools }:
|
||||
|
||||
let
|
||||
version = "0.6.24";
|
||||
version = "0.6.25";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "duplicity-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz";
|
||||
sha256 = "0l14nrhbgkyjgvh339bbhnm6hrdwrjadphq1jmpi0mcgcdbdfh8x";
|
||||
sha256 = "098p5j7clbaya3yq7q05n6xv7h1qs8iffxwvlisyfpqwpi5g8i5c";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user