xlights: 2024.16 -> 2024.18 (#355646)

This commit is contained in:
tomberek
2024-11-22 00:15:01 -05:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
appimageTools.wrapType2 rec {
pname = "xlights";
version = "2024.16";
version = "2024.18";
src = fetchurl {
url = "https://github.com/smeighan/xLights/releases/download/${version}/xLights-${version}-x86_64.AppImage";
hash = "sha256-r9NtNuPmc8J1y3MxA4oSdRmPKDQeDQENdKbNVlcGwAI=";
hash = "sha256-zwOsZG7YU00wz2ZUbOVgGNQxRU81nURjW+B+XTruOuQ=";
};
meta = {