diff options
| author | Michele Guerini Rocco <rnhmjoj@users.noreply.github.com> | 2023-06-09 00:56:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-09 00:56:42 +0200 |
| commit | 9e447f1c786f9d1375c3c8b2bff2c9400c63a34e (patch) | |
| tree | 2bf9f5740079435eaa5ed4883b2ca73e1fc4f66a | |
| parent | Merge pull request #236661 from NixOS/backport-236392-to-release-23.05 (diff) | |
| parent | qutebrowser: 2.5.3 -> 2.5.4 (diff) | |
| download | nixpkgs-9e447f1c786f9d1375c3c8b2bff2c9400c63a34e.tar.gz | |
Merge pull request #236727 from NixOS/backport-236696-to-release-23.05
[Backport release-23.05] qutebrowser: 2.5.3 -> 2.5.4
| -rw-r--r-- | pkgs/applications/networking/browsers/qutebrowser/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/qutebrowser/default.nix b/pkgs/applications/networking/browsers/qutebrowser/default.nix index b6e06da9876d..47721f183412 100644 --- a/pkgs/applications/networking/browsers/qutebrowser/default.nix +++ b/pkgs/applications/networking/browsers/qutebrowser/default.nix @@ -38,7 +38,7 @@ buildPythonApplication = if isQt6 then python3Packages.buildPythonApplication else mkDerivationWith python3Packages.buildPythonApplication; pname = "qutebrowser"; - version = if isQt6 then "unstable-2023-04-18" else "2.5.3"; + version = if isQt6 then "unstable-2023-04-18" else "2.5.4"; in assert withMediaPlayback -> gst_all_1 != null; @@ -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-hF7yJDTQIztUcZJae20HVhfGlLprvz6GWrgpSwLJ14E="; + hash = "sha256-pGCyICUn5CpnDCbSJdn6ZBfQkswfFvOpXnvJXdicGrE="; }; # Needs tox |
