tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
unzip: fix 404'd patch url
Dmitry Kalinkin
3 years ago
ca603472
3785988a
+6
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
archivers
unzip
default.nix
+6
-1
pkgs/tools/archivers/unzip/default.nix
···
43
43
sha256 = "1jvs7dkdqs97qnsqc6hk088alhv8j4c638k65dbib9chh40jd7pf";
44
44
})
45
45
(fetchurl {
46
46
-
url = "https://sources.debian.org/data/main/u/unzip/6.0-26/debian/patches/06-initialize-the-symlink-flag.patch";
46
46
+
urls = [
47
47
+
# original link (will be dead eventually):
48
48
+
"https://sources.debian.org/data/main/u/unzip/6.0-26%2Bdeb11u1/debian/patches/06-initialize-the-symlink-flag.patch"
49
49
+
50
50
+
"https://gist.github.com/veprbl/41261bb781571e2246ea42d3f37795f5/raw/d8533d8c6223150f76b0f31aec03e185fcde3579/06-initialize-the-symlink-flag.patch"
51
51
+
];
47
52
sha256 = "1h00djdvgjhwfb60wl4qrxbyfsbbnn1qw6l2hkldnif4m8f8r1zj";
48
53
})
49
54
] ++ lib.optional enableNLS