Unverified Commit c3759101 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

Merge pull request #316955 from tarneaux/update-qutebrowser

qutebrowser: 3.1.0 -> 3.2.0
parents 60516980 b3f36c3b
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