qutebrowser: 3.3.1 -> 3.4.0

Changelog: https://qutebrowser.com/doc/changelog.html
This commit is contained in:
tarneo
2024-12-14 22:17:42 +01:00
parent e0fa4d8cfe
commit dc34232b00
@@ -36,7 +36,7 @@ let
stripRoot = false;
};
version = "3.3.1";
version = "3.4.0";
in
python3.pkgs.buildPythonApplication {
@@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication {
src = fetchurl {
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz";
hash = "sha256-qttkrMxzC8mhXONByaBYCx82OD7Uh09U0xzh2r6U4Xo=";
hash = "sha256-gUEkwO0zdDDmE6HaNm1eOJBMsgSa+xUFlxRWylymIj4=";
};
# Needs tox