tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
autotrace: make patch urls reproducible
Peder Bergebakken Sundt
2 years ago
fde06111
42298883
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
autotrace
default.nix
+2
-1
pkgs/applications/graphics/autotrace/default.nix
···
26
27
patches = [
28
(fetchpatch {
0
29
name = "imagemagick7-support.patch";
30
-
url = "https://github.com/autotrace/autotrace/pull/105.patch";
31
hash = "sha256-Q82LRF/BsJ/Ii2s+7yaYHs9agMKYVYIMnbwqz8P92s0=";
32
})
33
];
···
26
27
patches = [
28
(fetchpatch {
29
+
# https://github.com/autotrace/autotrace/pull/105
30
name = "imagemagick7-support.patch";
31
+
url = "https://github.com/autotrace/autotrace/compare/170488e1871d50aad7a800b901e33ded7d31773a...c26a2a059926c595a00839c8d9961e9381206579.patch";
32
hash = "sha256-Q82LRF/BsJ/Ii2s+7yaYHs9agMKYVYIMnbwqz8P92s0=";
33
})
34
];