about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/qutebrowser
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2023-06-08 18:25:37 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2023-06-08 18:25:37 +0200
commit389cbc1e22697a0cc48d2cc43d635ae167d815c6 (patch)
treecc0ed6b53d56eb7cc9c49036e7393d67e6b4c4a6 /pkgs/applications/networking/browsers/qutebrowser
parentc651ca23fd425765b28990478b0d1fe93692fde3 (diff)
qutebrowser: 2.5.3 -> 2.5.4
Diffstat (limited to 'pkgs/applications/networking/browsers/qutebrowser')
-rw-r--r--pkgs/applications/networking/browsers/qutebrowser/default.nix4
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 b6e06da9876dc..47721f1834126 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