ulauncher: 5.15.0 -> 5.15.3

Diff: [Ulauncher/Ulauncher@5.15.0...5.15.3](https://github.com/Ulauncher/Ulauncher/compare/5.15.0...5.15.3)
Changelog: https://github.com/Ulauncher/Ulauncher/releases/tag/5.15.3
This commit is contained in:
Sebastian Sellmeier 2023-08-11 18:01:42 +02:00
parent e4ab0f76cd
commit 71e42e755c
No known key found for this signature in database
GPG Key ID: 51E2BE0CCC826F98

View File

@ -21,11 +21,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "ulauncher"; pname = "ulauncher";
version = "5.15.0"; version = "5.15.3";
src = fetchurl { src = fetchurl {
url = "https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz"; url = "https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz";
sha256 = "sha256-1Qo6ffMtVRtZDPCHvHEl7T0dPdDUxP4TP2hkSVSdQpo"; sha256 = "sha256-unAic6GTgvZFFJwPERh164vfDiFE0zLEUjgADR94w5w=";
}; };
nativeBuildInputs = with python3Packages; [ nativeBuildInputs = with python3Packages; [