flexoptix-app: 5.54.0-latest -> 5.57.0-latest

This commit is contained in:
Magnus Frühling
2025-12-27 12:03:27 +01:00
parent e9059f71f7
commit eda6d05b77
+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 {