qutebrowser: 2.5.2 -> 2.5.3

This commit is contained in:
Dominik Schrempf 2023-03-10 09:23:13 +01:00
parent 92a9b81a53
commit 5333953d98
No known key found for this signature in database
GPG Key ID: E82B4974AA8C563A

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