qutebrowser: 3.6.3 -> 3.7.0
Diff: https://github.com/qutebrowser/qutebrowser/compare/v3.6.3...v3.7.0 Changelog: https://github.com/qutebrowser/qutebrowser/blob/v3.7.0/doc/changelog.asciidoc
This commit is contained in:
@@ -26,15 +26,15 @@
|
||||
let
|
||||
pdfjs =
|
||||
let
|
||||
version = "5.4.394";
|
||||
version = "5.6.205";
|
||||
in
|
||||
fetchzip {
|
||||
url = "https://github.com/mozilla/pdf.js/releases/download/v${version}/pdfjs-${version}-dist.zip";
|
||||
hash = "sha256-KMpSwF5MmoWdNoIUd4ZOwbJZZmjkid8wUoFKw7XjQFA=";
|
||||
hash = "sha256-JMmxoT68PNJ/MmlMwVNYcHerorklLv5YY6C55xjn73w=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
version = "3.6.3";
|
||||
version = "3.7.0";
|
||||
in
|
||||
|
||||
python3.pkgs.buildPythonApplication {
|
||||
@@ -44,7 +44,7 @@ python3.pkgs.buildPythonApplication {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz";
|
||||
hash = "sha256-bb4oieYevWMAOuQLMZ4egfMG6SToMWxnla5IhAIcL68=";
|
||||
hash = "sha256-x/lYhOpeZnXlhAJb6lXP+VDEfXSa/39BX2jaA/zOD5I=";
|
||||
};
|
||||
|
||||
# Needs tox
|
||||
|
||||
Reference in New Issue
Block a user