lol

poppler: add patch for CVE-2022-38784

Close #189196 (original PR)

authored by

Robert Scott and committed by
Vladimír Čunát
04ca7026 2da64a81

+8
+8
pkgs/development/libraries/poppler/default.nix
··· 44 44 sha256 = "sha256-tJMyhyFALyXLdSP5zcL318WfRa2Zm951xjyQYE2w8gs="; 45 45 }; 46 46 47 + patches = [ 48 + (fetchpatch { 49 + name = "CVE-2022-38784.patch"; 50 + url = "https://gitlab.freedesktop.org/poppler/poppler/-/commit/27354e9d9696ee2bc063910a6c9a6b27c5184a52.patch"; 51 + sha256 = "sha256-M12zaHxcgQB/37tHffllqzd+Juq9BH5gpKVGaRY00vI="; 52 + }) 53 + ]; 54 + 47 55 nativeBuildInputs = [ 48 56 cmake 49 57 ninja