We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df0e71 commit 1ea6ab5Copy full SHA for 1ea6ab5
1 file changed
pkgs/by-name/xl/xlights/package.nix
@@ -6,11 +6,11 @@
6
7
appimageTools.wrapType2 rec {
8
pname = "xlights";
9
- version = "2026.05";
+ version = "2026.06";
10
11
src = fetchurl {
12
url = "https://github.com/smeighan/xLights/releases/download/${version}/xLights-${version}-x86_64.AppImage";
13
- hash = "sha256-W1Il2dIDFUtkwPsPptdD2s/5eluGAeH7tw/ZmArN8dY=";
+ hash = "sha256-qRMICQVQEUOWMXrhbCHQSwKSur0WMZDLN4gz1fBhNQM=";
14
};
15
16
meta = {
0 commit comments