flexoptix-app: 5.13.4 -> 5.16.0
Signed-off-by: skorpy <skorpy@frankfurt.ccc.de>
This commit is contained in:
parent
9f9d9a6db0
commit
e656f00155
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue