flexoptix-app: 5.13.0 -> 5.13.1

This commit is contained in:
Ember Keske
2022-11-29 15:58:45 +01:00
parent 8baee78ef3
commit fdc4a7a5b4

View File

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