summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephenWithPH <StephenWithPH@users.noreply.github.com>2021-01-01 14:25:55 -0800
committerStephenWithPH <StephenWithPH@users.noreply.github.com>2021-01-01 14:25:55 -0800
commit28ed82c18efb6abdde31a8af3a89de27ec5978ac (patch)
tree6ad21f74bcf4a12e83ccf057f0cacdab61988297
parent952b3f96517c20bcaf3515eaf0a3a13eb487616f (diff)
duplicity: 0.8.15 -> 0.8.17
-rw-r--r--pkgs/tools/backup/duplicity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/backup/duplicity/default.nix b/pkgs/tools/backup/duplicity/default.nix
index c29af7b2fd4e..807855b6bf86 100644
--- a/pkgs/tools/backup/duplicity/default.nix
+++ b/pkgs/tools/backup/duplicity/default.nix
@@ -19,11 +19,11 @@ let
in
pythonPackages.buildPythonApplication rec {
pname = "duplicity";
- version = "0.8.15";
+ version = "0.8.17";
src = fetchurl {
url = "https://code.launchpad.net/duplicity/${majorMinor version}-series/${majorMinorPatch version}/+download/duplicity-${version}.tar.gz";
- sha256 = "1kg467mxg5a97v1rlv4shk32krgv8ys4nczq4b11av4bp1lgysdc";
+ sha256 = "114rwkf9b3h4fcagrx013sb7krc4hafbwl9gawjph2wd9pkv2wx2";
};
patches = [