xlights: 2024.09 -> 2024.10

This commit is contained in:
R. Ryantm
2024-04-30 18:12:02 +00:00
parent 705bad7ed6
commit 24c1185b54
+2 -2
View File
@@ -2,11 +2,11 @@
appimageTools.wrapType2 rec {
pname = "xlights";
version = "2024.09";
version = "2024.10";
src = fetchurl {
url = "https://github.com/smeighan/xLights/releases/download/${version}/xLights-${version}-x86_64.AppImage";
hash = "sha256-eXoSZUbwKu7174UVPguK9R0MgaMrV2jtRtLK/zSGvtw=";
hash = "sha256-h5jChYlTzKenZl0EnScU+vA+535pICXKdUhj8zAU4wc=";
};
meta = with lib; {