mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
2024.17 -> 2024.18
Signed-off-by: Andreas <asamonik@student.tugraz.at>
This commit is contained in:
parent
5c0d321d5d
commit
e65f4c7c1c
@ -2,11 +2,11 @@
|
||||
|
||||
appimageTools.wrapType2 rec {
|
||||
pname = "xlights";
|
||||
version = "2024.17";
|
||||
version = "2024.18";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/smeighan/xLights/releases/download/${version}/xLights-${version}-x86_64.AppImage";
|
||||
hash = "sha256-KirclA2BP+iya2/MRHphY2wvhBCgtpz5iMoEOaqX4HE=";
|
||||
hash = "sha256-zwOsZG7YU00wz2ZUbOVgGNQxRU81nURjW+B+XTruOuQ=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user