tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
duplicity: 0.8.20 -> 0.8.23
StephenWithPH
3 years ago
f2187ade
f2c952b6
+2
-9
1 changed file
expand all
collapse all
unified
split
pkgs
tools
backup
duplicity
default.nix
+2
-9
pkgs/tools/backup/duplicity/default.nix
···
19
19
in
20
20
pythonPackages.buildPythonApplication rec {
21
21
pname = "duplicity";
22
22
-
version = "0.8.20";
22
22
+
version = "0.8.23";
23
23
24
24
src = fetchFromGitLab {
25
25
owner = "duplicity";
26
26
repo = "duplicity";
27
27
rev = "rel.${version}";
28
28
-
sha256 = "13ghra0myq6h6yx8qli55bh8dg91nf1hpd8l7d7xamgrw6b188sm";
28
28
+
sha256 = "0my015zc8751smjgbsysmca7hvdm96cjw5zilqn3zq971nmmrksb";
29
29
};
30
30
31
31
patches = [
···
35
35
# Our Python infrastructure runs test in installCheckPhase so we need
36
36
# to make the testing code stop assuming it is run from the source directory.
37
37
./use-installed-scripts-in-test.patch
38
38
-
39
39
-
# https://gitlab.com/duplicity/duplicity/-/merge_requests/64
40
40
-
# remove on next release
41
41
-
(fetchpatch {
42
42
-
url = "https://gitlab.com/duplicity/duplicity/-/commit/5c229a9b42f67257c747fbc0022c698fec405bbc.patch";
43
43
-
sha256 = "05v931rnawfv11cyxj8gykmal8rj5vq2ksdysyr2mb4sl81mi7v0";
44
44
-
})
45
38
] ++ lib.optionals stdenv.isLinux [
46
39
# Broken on Linux in Nix' build environment
47
40
./linux-disable-timezone-test.patch