Skip to content

Commit

Permalink
qutebrowser: 3.2.1 -> 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Oct 13, 2024
1 parent ac8b46d commit 44d4e4f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/applications/networking/browsers/qutebrowser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,17 @@ let
stripRoot = false;
};

version = "3.2.1";
version = "3.3.1";
in

python3.pkgs.buildPythonApplication {
pname = "qutebrowser" + lib.optionalString (!isQt6) "-qt5";
inherit version;
pyproject = true;

src = fetchurl {
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz";
hash = "sha256-AqevKmxds42HsiWwuEEsgNmDgzXzLQ6KOPbX+804iX0=";
hash = "sha256-qttkrMxzC8mhXONByaBYCx82OD7Uh09U0xzh2r6U4Xo=";
};

# Needs tox
Expand All @@ -47,6 +49,10 @@ python3.pkgs.buildPythonApplication {
qtwayland
];

build-system = with python3.pkgs; [
setuptools
];

nativeBuildInputs = [
wrapQtAppsHook asciidoc
docbook_xml_dtd_45 docbook_xsl libxml2 libxslt
Expand Down

0 comments on commit 44d4e4f

Please sign in to comment.