Merge pull request #212447 from wegank/flexoptix-app-bump

flexoptix-app: 5.13.1 -> 5.13.3
This commit is contained in:
Nick Cao
2023-01-25 08:25:44 +08:00
committed by GitHub
+2 -2
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 {