about summary refs log tree commit diff
path: root/pkgs/applications/misc/ulauncher
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 18:33:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 18:33:49 +0000
commit24e6c24825489aeb05b743f537f981544e66c9f6 (patch)
tree79c16336fef5c5f3f72fafeee2da76b56a3d81bb /pkgs/applications/misc/ulauncher
parent9ef114e19ac93be290dcca9b576d3f8a91c99d70 (diff)
ulauncher: 5.15.3 -> 5.15.4
Diffstat (limited to 'pkgs/applications/misc/ulauncher')
-rw-r--r--pkgs/applications/misc/ulauncher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/ulauncher/default.nix b/pkgs/applications/misc/ulauncher/default.nix
index 23e348aad010e..96f033744e6b2 100644
--- a/pkgs/applications/misc/ulauncher/default.nix
+++ b/pkgs/applications/misc/ulauncher/default.nix
@@ -21,11 +21,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "ulauncher";
-  version = "5.15.3";
+  version = "5.15.4";
 
   src = fetchurl {
     url = "https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz";
-    sha256 = "sha256-unAic6GTgvZFFJwPERh164vfDiFE0zLEUjgADR94w5w=";
+    sha256 = "sha256-5pEpYnJFHQKEfTve07ngFVDAOM9+kwrx6hc30gEwsko=";
   };
 
   nativeBuildInputs = with python3Packages; [