Unverified Commit d72109ae authored by n0emis's avatar n0emis Committed by GitHub
Browse files

flexoptix-app: 5.13.0 -> 5.13.1 (#203617)

parent ed68d0ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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 {