ledfx: 2.1.8 -> 2.1.9 (#524020)

This commit is contained in:
Nick Cao
2026-05-26 19:45:26 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "ledfx";
version = "2.1.8";
version = "2.1.9";
pyproject = true;
src = fetchFromGitHub {
owner = "LedFx";
repo = "LedFx";
tag = "v${finalAttrs.version}";
hash = "sha256-le3SEGI9uis7wx9+SFpn0BJbpCybSecXEcxxAkC910U=";
hash = "sha256-h3bevsvgRILzAnQKSJj8X5AixB8qsyhf2+SkolSEdbk=";
};
postPatch = ''