Skip to content

Commit

Permalink
[Backport release-24.11] qutebrowser: 3.3.1 -> 3.4.0 (#365595)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj authored Dec 19, 2024
2 parents f153695 + 5eb803c commit a53cfe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/qutebrowser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let
stripRoot = false;
};

version = "3.3.1";
version = "3.4.0";
in

python3.pkgs.buildPythonApplication {
Expand All @@ -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
Expand Down

0 comments on commit a53cfe5

Please sign in to comment.