about summary refs log tree commit diff
path: root/pkgs/applications/misc/ulauncher
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-21 23:02:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-21 23:02:29 +0000
commitb875e26ffb4612707aac5ca9554c8ecf37e482bf (patch)
tree46a1c7e19ecfbfd78d54b0b19e999c9e9383f14b /pkgs/applications/misc/ulauncher
parent456481aa3dd633038c86635f3bcf83d339254119 (diff)
ulauncher: 5.11.0 -> 5.12.1
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 f9bf70b661cec..5adbc5dcf3e22 100644
--- a/pkgs/applications/misc/ulauncher/default.nix
+++ b/pkgs/applications/misc/ulauncher/default.nix
@@ -20,13 +20,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "ulauncher";
-  version = "5.11.0";
+  version = "5.12.1";
 
   disabled = python3Packages.isPy27;
 
   src = fetchurl {
     url = "https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz";
-    sha256 = "sha256-xEM7sG0NRWouDu6NxNA94WTycykEhPI4ByjDk2yjHjo=";
+    sha256 = "sha256-Fd3IOCEeXGV8zGd/8SzrWRsSsZRVePnsDaX8WrBrCOQ=";
   };
 
   nativeBuildInputs = with python3Packages; [