ulauncher: 5.15.6 -> 5.15.7

This commit is contained in:
R. Ryantm 2024-04-07 07:52:01 +00:00
parent f6eb921406
commit 0b95eddaff
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@
python3Packages.buildPythonApplication rec {
pname = "ulauncher";
version = "5.15.6";
version = "5.15.7";
src = fetchurl {
url = "https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz";
sha256 = "sha256-WOWDekh9rcXeiN/ejiYC4BELhJwd98GkmyDOLN26ayU=";
sha256 = "sha256-YgOw3Gyy/o8qorWAnAlQrAZ2ZTnyP3PagLs2Qkdg788=";
};
nativeBuildInputs = with python3Packages; [