Unverified Commit b3f36c3b authored by tarneo's avatar tarneo
Browse files

qutebrowser: 3.1.0 -> 3.2.0

Also updates pdf.js from 4.0.269 to the last supported version 4.2.67.

Changelog: https://www.qutebrowser.org/doc/changelog.html#v3.2.0
parent 585cf460
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -18,15 +18,15 @@
let
  isQt6 = lib.versions.major qtbase.version == "6";
  pdfjs = let
    version = "4.0.269";
    version = "4.2.67";
  in
  fetchzip {
    url = "https://github.com/mozilla/pdf.js/releases/download/v${version}/pdfjs-${version}-dist.zip";
    hash = "sha256-8gwJUxygcdvERDni/k6WIx3tzk7yb+qHZ4NsfkP0VDo=";
    hash = "sha256-7kfT3+ZwoGqZ5OwkO9h3DIuBFd0v8fRlcufxoBdcy8c=";
    stripRoot = false;
  };

  version = "3.1.0";
  version = "3.2.0";
in

python3.pkgs.buildPythonApplication {
@@ -34,7 +34,7 @@ python3.pkgs.buildPythonApplication {
  inherit version;
  src = fetchurl {
    url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz";
    hash = "sha256-UA3MHMoI1rC4FPowbiII4lM1rL4OLPmZ+1GRbg9LLl8=";
    hash = "sha256-4eGRG5VWI2rKpZ0NGYbWFHlvs2Zz0TljwhZYzWSh8DM=";
  };

  # Needs tox