Merge pull request #254732 from skorpy2009/flexoptix-app

flexoptix-app: 5.13.4 -> 5.16.0
This commit is contained in:
Nick Cao
2023-09-12 09:29:26 -04:00
committed by GitHub
+2 -2
View File
@@ -1,11 +1,11 @@
{ lib, appimageTools, fetchurl, asar }: let
pname = "flexoptix-app";
version = "5.13.4";
version = "5.16.0-latest";
src = fetchurl {
name = "${pname}-${version}.AppImage";
url = "https://flexbox.reconfigure.me/download/electron/linux/x64/FLEXOPTIX%20App.${version}.AppImage";
hash = "sha256-W+9KmKZ1bPfQfv1DXCJrIswriw4ivBVZPW81tfvRBc0=";
hash = "sha256-A10r8IUB3zWKWmjen90vLXPF7V/Cgo+DhFn/Hsc1Nhg=";
};
udevRules = fetchurl {