flexoptix-app: 5.13.4 -> 5.16.0

Signed-off-by: skorpy <skorpy@frankfurt.ccc.de>
This commit is contained in:
skorpy 2023-09-12 13:42:40 +02:00
parent 9f9d9a6db0
commit e656f00155

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 {