about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-28 04:16:36 +0200
committerGitHub <noreply@github.com>2023-10-28 04:16:36 +0200
commit825aea1de3ef311e86db1553c83cf995d2068429 (patch)
tree64967d5b1a3cbf809d41028ab6df593fb04ee46a /pkgs
parentf283b62a32076b02e23754f75fbb91b7f2f7ed67 (diff)
parent24e6c24825489aeb05b743f537f981544e66c9f6 (diff)
Merge pull request #262596 from r-ryantm/auto-update/ulauncher
ulauncher: 5.15.3 -> 5.15.4
Diffstat (limited to 'pkgs')
-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; [