lol

unzip: fix 404'd patch url

+6 -1
+6 -1
pkgs/tools/archivers/unzip/default.nix
··· 43 43 sha256 = "1jvs7dkdqs97qnsqc6hk088alhv8j4c638k65dbib9chh40jd7pf"; 44 44 }) 45 45 (fetchurl { 46 - url = "https://sources.debian.org/data/main/u/unzip/6.0-26/debian/patches/06-initialize-the-symlink-flag.patch"; 46 + urls = [ 47 + # original link (will be dead eventually): 48 + "https://sources.debian.org/data/main/u/unzip/6.0-26%2Bdeb11u1/debian/patches/06-initialize-the-symlink-flag.patch" 49 + 50 + "https://gist.github.com/veprbl/41261bb781571e2246ea42d3f37795f5/raw/d8533d8c6223150f76b0f31aec03e185fcde3579/06-initialize-the-symlink-flag.patch" 51 + ]; 47 52 sha256 = "1h00djdvgjhwfb60wl4qrxbyfsbbnn1qw6l2hkldnif4m8f8r1zj"; 48 53 }) 49 54 ] ++ lib.optional enableNLS