xlights: 2025.07 -> 2025.08 (#433423)

Co-authored-by: kashw2 <kashw2@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] kashw2 and committed by GitHub fec271f6 9e9cf522

+2 -2
+2 -2
pkgs/by-name/xl/xlights/package.nix
··· 6 6 7 7 appimageTools.wrapType2 rec { 8 8 pname = "xlights"; 9 - version = "2025.07"; 9 + version = "2025.08"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/smeighan/xLights/releases/download/${version}/xLights-${version}-x86_64.AppImage"; 13 - hash = "sha256-zkeRyCfcYlSQ8jkr8KO5YzO7U6BkUoXKKFNrS0I1C54="; 13 + hash = "sha256-8cAn0cSytSJNA1IcU1JKROEObYpRpxVbeSz1PSsaFJg="; 14 14 }; 15 15 16 16 meta = {