flexoptix-app: 5.13.3 -> 5.13.4

This commit is contained in:
superherointj 2023-02-07 21:50:12 -03:00
parent 505dac8a8c
commit 87fc6ea219

View file

@ -1,11 +1,11 @@
{ lib, appimageTools, fetchurl, nodePackages }: let
pname = "flexoptix-app";
version = "5.13.3";
version = "5.13.4";
src = fetchurl {
name = "${pname}-${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 {
@ -47,7 +47,7 @@ in appimageTools.wrapAppImage {
'';
meta = {
description = "Configure FLEXOPTIX Universal Transcievers in seconds";
description = "Configure FLEXOPTIX Universal Transceivers in seconds";
homepage = "https://www.flexoptix.net";
changelog = "https://www.flexoptix.net/en/flexoptix-app/?os=linux#flexapp__modal__changelog";
license = lib.licenses.unfree;