xlights: 2024.20 -> 2025.01

This commit is contained in:
R. Ryantm
2025-01-25 16:21:11 +00:00
parent bafca6cbe1
commit 0baa7efcbc
+2 -2
View File
@@ -6,11 +6,11 @@
appimageTools.wrapType2 rec {
pname = "xlights";
version = "2024.20";
version = "2025.01";
src = fetchurl {
url = "https://github.com/smeighan/xLights/releases/download/${version}/xLights-${version}-x86_64.AppImage";
hash = "sha256-2AGmCXmTMf5DYxO+qC7qPpPqmGrnoeREw7a1kuboDc4=";
hash = "sha256-Xw1sfsvaH+IuuX+4frlFb7GEaF1s8UwWj7uRydj10O4=";
};
meta = {