We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 22da5d0 commit 557afccCopy full SHA for 557afcc
pkgs/development/libraries/libtiff/default.nix
@@ -12,10 +12,10 @@ stdenv.mkDerivation rec {
12
};
13
14
prePatch =let
15
- # https://lwn.net/Vulnerabilities/711777/
+ # https://lwn.net/Vulnerabilities/711777/ and more patched in *-6 -> *-7
16
debian = fetchurl {
17
- url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.7-5.debian.tar.xz;
18
- sha256 = "1ribxdn89wx3nllcyh7ql3dx6wpr1h7z3waglz1w7dklxm43q67l";
+ url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.7-6.debian.tar.xz;
+ sha256 = "9c9048c28205bdbeb5ba36c7a194d0cd604bd137c70961607bfc8a079be5fa31";
19
20
in ''
21
tar xf '${debian}'
0 commit comments