qutebrowser: update pdfjs to 3.9.179

This commit is contained in:
Keegan Carruthers-Smith
2023-08-19 13:40:11 +02:00
parent 4ed77bebec
commit 28281b5914
@@ -19,11 +19,11 @@
python3Packages = python3.pkgs;
pdfjs = let
version = "2.14.305";
version = "3.9.179";
in
fetchzip {
url = "https://github.com/mozilla/pdf.js/releases/download/v${version}/pdfjs-${version}-dist.zip";
hash = "sha256-E7t+0AUndrgi4zfJth0w28RmWLqLyXMUCnueNf/gNi4=";
hash = "sha256-QoJFb7MlZN6lDe2Yalsd10sseukL6+tNRi6JzLPVBYw=";
stripRoot = false;
};