flexoptix-app: 5.13.1 -> 5.13.3

This commit is contained in:
Weijia Wang 2023-01-24 16:48:59 +01:00
parent b3c86fff5b
commit 6fe502f5bc

View File

@ -1,11 +1,11 @@
{ lib, appimageTools, fetchurl, nodePackages }: let
pname = "flexoptix-app";
version = "5.13.1";
version = "5.13.3";
src = fetchurl {
name = "${pname}-${version}.AppImage";
url = "https://flexbox.reconfigure.me/download/electron/linux/x64/FLEXOPTIX%20App.${version}.AppImage";
hash = "sha256-+rHktjZd6P4JGYRhEXdZYVI64XMYc7cBGojAQNd8Mq8=";
hash = "sha256-kDw9+Llqvq4NgN89Cw/HwEqYlv42wLbho1eHjI6wVSQ=";
};
udevRules = fetchurl {