Merge pull request #304691 from qubitnano/pr/flexoptix

flexoptix-app: 5.20.0 -> 5.21.2
This commit is contained in:
Weijia Wang 2024-04-27 04:53:12 +02:00 committed by GitHub
commit 31e8a89312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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 {