Merge pull request #220451 from dschrempf/qutebrowser-update

qutebrowser: 2.5.2 -> 2.5.3
This commit is contained in:
Sandro 2023-03-13 16:50:17 +01:00 committed by GitHub
commit 9b23c95d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
buildPythonApplication = if isQt6 then python3Packages.buildPythonApplication else mkDerivationWith python3Packages.buildPythonApplication;
pname = "qutebrowser";
version = if isQt6 then "unstable-2022-09-16" else "2.5.2";
version = if isQt6 then "unstable-2022-09-16" else "2.5.3";
in
@ -60,7 +60,7 @@ buildPythonApplication {
# the release tarballs are different from the git checkout!
else fetchurl {
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz";
hash = "sha256-qb/OFN3EA94N6y7t+YPCMc4APgdZmV7H706jTkl06Qg=";
hash = "sha256-hF7yJDTQIztUcZJae20HVhfGlLprvz6GWrgpSwLJ14E=";
};
# Needs tox