flexoptix-app: 5.20.0 -> 5.21.2

This commit is contained in:
qubitnano 2024-04-16 18:41:41 -04:00
parent 1b3682a063
commit 5b779e6196

View File

@ -1,11 +1,11 @@
{ lib, appimageTools, fetchurl, asar }: let
pname = "flexoptix-app";
version = "5.20.0-latest";
version = "5.21.2-latest";
src = fetchurl {
name = "${pname}-${version}.AppImage";
url = "https://flexbox.reconfigure.me/download/electron/linux/x64/FLEXOPTIX%20App.${version}.AppImage";
hash = "sha256-/4vZaVLpSiufjNwwofPi+YBtTJ4aq7eYgFnYFv89LFY=";
hash = "sha256-BnNRwD09CE1EZDg3Hn3khN4FZ8Hj5LLAunk+NKU5BJo=";
};
udevRules = fetchurl {