flexoptix-app: 5.11.1 -> 5.12.2

This commit is contained in:
Fiona Weber 2022-08-28 15:06:14 +02:00
parent 0b36375f7f
commit 74798cfa67

View file

@ -1,11 +1,11 @@
{ lib, appimageTools, fetchurl, nodePackages }: let { lib, appimageTools, fetchurl, nodePackages }: let
pname = "flexoptix-app"; pname = "flexoptix-app";
version = "5.12.1"; version = "5.12.2";
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-ugnJcSFgEEPJ9qxqmRGgW1fraE4E/HbbxpK/00TXPmw="; hash = "sha256-XVswjIXnuWLRiXFc38lDhSvxYTQtYjs4V/AGdiNLX0g=";
}; };
udevRules = fetchurl { udevRules = fetchurl {