Merge pull request #250176 from keegancsmith/k/pdfjs

qutebrowser: update pdfjs to 3.9.179
This commit is contained in:
Matthias Beyer 2023-08-19 18:16:35 +02:00 committed by GitHub
commit 120b819fa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};