about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-18 13:42:36 -0500
committerGitHub <noreply@github.com>2023-11-18 13:42:36 -0500
commit5f471d7a6e403431c47a740cc6fd993271a1ebca (patch)
tree94843d1f7b44dc1689f357b19ede223930df4dec /pkgs/applications/misc
parent6799a4b4846c70c804f992b7cb787656a3bb05ce (diff)
parentfa2c5abe85869575d7e63158453bc7bf9f9960ae (diff)
Merge pull request #267591 from r-ryantm/auto-update/ulauncher
ulauncher: 5.15.4 -> 5.15.6
Diffstat (limited to 'pkgs/applications/misc')
-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 96f033744e6b2..232a4456e60ee 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.4";
+  version = "5.15.6";
 
   src = fetchurl {
     url = "https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz";
-    sha256 = "sha256-5pEpYnJFHQKEfTve07ngFVDAOM9+kwrx6hc30gEwsko=";
+    sha256 = "sha256-WOWDekh9rcXeiN/ejiYC4BELhJwd98GkmyDOLN26ayU=";
   };
 
   nativeBuildInputs = with python3Packages; [