Merge pull request #327151 from r-ryantm/auto-update/xlights

xlights: 2024.12 -> 2024.13
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-07-15 02:35:00 +00:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
appimageTools.wrapType2 rec {
pname = "xlights";
version = "2024.12";
version = "2024.13";
src = fetchurl {
url = "https://github.com/smeighan/xLights/releases/download/${version}/xLights-${version}-x86_64.AppImage";
hash = "sha256-ebF7G/2C9KiFnMjtBg0QwniAXBQgpIduxuMnidr+Wg8=";
hash = "sha256-Oiavnnk5geFao7lq0GpmNg+xs1FeUOt3JhSbLUV8GkE=";
};
meta = {