Merge pull request #267591 from r-ryantm/auto-update/ulauncher

ulauncher: 5.15.4 -> 5.15.6
This commit is contained in:
Nick Cao 2023-11-18 13:42:36 -05:00 committed by GitHub
commit 5f471d7a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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