qutebrowser: 3.2.0 -> 3.2.1

This commit is contained in:
rnhmjoj
2024-06-26 09:46:40 +02:00
parent c4f0f78812
commit 56317ad862
@@ -26,7 +26,7 @@ let
stripRoot = false;
};
version = "3.2.0";
version = "3.2.1";
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-4eGRG5VWI2rKpZ0NGYbWFHlvs2Zz0TljwhZYzWSh8DM=";
hash = "sha256-AqevKmxds42HsiWwuEEsgNmDgzXzLQ6KOPbX+804iX0=";
};
# Needs tox