mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
Merge pull request #50138 from r-ryantm/auto-update/duplicity
duplicity: 0.7.18.1 -> 0.7.18.2
This commit is contained in:
commit
bc3c2a46a6
|
@ -2,11 +2,11 @@
|
|||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
name = "duplicity-${version}";
|
||||
version = "0.7.18.1";
|
||||
version = "0.7.18.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://code.launchpad.net/duplicity/${stdenv.lib.versions.majorMinor version}-series/${version}/+download/${name}.tar.gz";
|
||||
sha256 = "17c0203y5qz9w8iyhs26l44qf6a1vp26b5ykz1ypdr2kv6g02df9";
|
||||
sha256 = "0j37dgyji36hvb5dbzlmh5rj83jwhni02yq16g6rd3hj8f7qhdn2";
|
||||
};
|
||||
|
||||
buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];
|
||||
|
|
Loading…
Reference in a new issue