about summary refs log tree commit diff
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-04-30 21:58:32 +0000
committerGitHub <noreply@github.com>2024-04-30 21:58:32 +0000
commit43bd0ae390a1351d8c6eea85d8243e884987f200 (patch)
treea4cd11e78abaa006fd351ac8365312322f401ff2
parent193a2885d32255d5884dfa553381a1a5927d9f1d (diff)
parent24c1185b547cad889e6d2efbe09db07f6d2b4792 (diff)
Merge pull request #308066 from r-ryantm/auto-update/xlights
xlights: 2024.09 -> 2024.10
-rw-r--r--pkgs/by-name/xl/xlights/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/xl/xlights/package.nix b/pkgs/by-name/xl/xlights/package.nix
index 8e83f64417775..fe11b621c2f1a 100644
--- a/pkgs/by-name/xl/xlights/package.nix
+++ b/pkgs/by-name/xl/xlights/package.nix
@@ -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; {