summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/ulauncher/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-12-23 00:48:29 +0000
committerGitHub <noreply@github.com>2020-12-23 00:48:29 +0000
commit28fd8e0d598ad27ecece751827396ab765a6a34e (patch)
treec28cd15292529e434d2c7d5272371aa3c1b3e2a2 /pkgs/applications/misc/ulauncher/default.nix
parente0d458ed2c77bfed6db792a5dd94392871cacc3f (diff)
parent00f6d352bd4598bdcd6b5c9884430e9e2d6084a6 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/misc/ulauncher/default.nix')
-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 ba388e8038b7..d2522360a753 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.8.1";
+ version = "5.9.0";
disabled = python3Packages.isPy27;
src = fetchurl {
url = "https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz";
- sha256 = "1hgzfiwfk3dd50jmp184y754ydzmfv22qcv7z40gxj6pc67ahx3r";
+ sha256 = "sha256-jRCrkJcjUHDd3wF+Hkxg0QaW7YgIh7zM/KZ4TAH84/U=";
};
nativeBuildInputs = with python3Packages; [