flexoptix-app: 5.54.0-latest -> 5.57.0-latest (#474539)

This commit is contained in:
Martin Weinelt
2026-01-16 15:19:38 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
}:
let
pname = "flexoptix-app";
version = "5.54.0-latest";
version = "5.57.0-latest";
src = fetchurl {
name = "${pname}-${version}.AppImage";
url = "https://flexbox.reconfigure.me/download/electron/linux/x64/FLEXOPTIX%20App.${version}.AppImage";
hash = "sha256-RTzVtAd134cKIlHWgP9Yyhu3FgdDSe1fKDGMsctO3x8=";
hash = "sha256-wTrvteIXiCMk4y2JnXodn5o89XJrLGHxOpHmma4SQXY=";
};
udevRules = fetchurl {