nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

libtiff: standardize the patch URLs

https://github.com/NixOS/nixpkgs/pull/161295#discussion_r812233936

+2 -2
+2 -2
pkgs/development/libraries/libtiff/default.nix
··· 35 35 }) 36 36 (fetchpatch { 37 37 name = "CVE-2022-0561.patch"; 38 - url = "https://gitlab.com/freedesktop-sdk/mirrors/gitlab/libtiff/libtiff/-/commit/eecb0712f4c3a5b449f70c57988260a667ddbdef.patch"; 38 + url = "https://gitlab.com/libtiff/libtiff/-/commit/eecb0712f4c3a5b449f70c57988260a667ddbdef.patch"; 39 39 sha256 = "0m57fdxyvhhr9cc260lvkkn2g4zr4n4v9nricc6lf9h6diagd7mk"; 40 40 }) 41 41 (fetchpatch { 42 42 name = "CVE-2022-0562.patch"; 43 - url = "https://gitlab.com/freedesktop-sdk/mirrors/gitlab/libtiff/libtiff/-/commit/561599c99f987dc32ae110370cfdd7df7975586b.patch"; 43 + url = "https://gitlab.com/libtiff/libtiff/-/commit/561599c99f987dc32ae110370cfdd7df7975586b.patch"; 44 44 sha256 = "0ycirjjc1vigj03kwjb92n6jszsl9p17ccw5hry7lli9gxyyr0an"; 45 45 }) 46 46 ];