flexoptix-app: 5.13.3 -> 5.13.4
This commit is contained in:
parent
505dac8a8c
commit
87fc6ea219
@ -1,11 +1,11 @@
|
|||||||
{ lib, appimageTools, fetchurl, nodePackages }: let
|
{ lib, appimageTools, fetchurl, nodePackages }: let
|
||||||
pname = "flexoptix-app";
|
pname = "flexoptix-app";
|
||||||
version = "5.13.3";
|
version = "5.13.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
name = "${pname}-${version}.AppImage";
|
name = "${pname}-${version}.AppImage";
|
||||||
url = "https://flexbox.reconfigure.me/download/electron/linux/x64/FLEXOPTIX%20App.${version}.AppImage";
|
url = "https://flexbox.reconfigure.me/download/electron/linux/x64/FLEXOPTIX%20App.${version}.AppImage";
|
||||||
hash = "sha256-kDw9+Llqvq4NgN89Cw/HwEqYlv42wLbho1eHjI6wVSQ=";
|
hash = "sha256-W+9KmKZ1bPfQfv1DXCJrIswriw4ivBVZPW81tfvRBc0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
udevRules = fetchurl {
|
udevRules = fetchurl {
|
||||||
@ -47,7 +47,7 @@ in appimageTools.wrapAppImage {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Configure FLEXOPTIX Universal Transcievers in seconds";
|
description = "Configure FLEXOPTIX Universal Transceivers in seconds";
|
||||||
homepage = "https://www.flexoptix.net";
|
homepage = "https://www.flexoptix.net";
|
||||||
changelog = "https://www.flexoptix.net/en/flexoptix-app/?os=linux#flexapp__modal__changelog";
|
changelog = "https://www.flexoptix.net/en/flexoptix-app/?os=linux#flexapp__modal__changelog";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
|
Loading…
Reference in New Issue
Block a user