xlights: 2026.01 -> 2026.02 (#489160)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-10 22:57:54 +00:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
appimageTools.wrapType2 rec {
pname = "xlights";
version = "2026.01";
version = "2026.02";
src = fetchurl {
url = "https://github.com/smeighan/xLights/releases/download/${version}/xLights-${version}-x86_64.AppImage";
hash = "sha256-injxqVC4NhlbnY2JHdNczlOZzKfFiwqAdUAdbPG5bKw=";
hash = "sha256-Xj845VEWXcrcH7Onx6Cr/vKXwv1DdC270nKJW+RMo+I=";
};
meta = {