Unverified Commit 31e8a893 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #304691 from qubitnano/pr/flexoptix

flexoptix-app: 5.20.0 -> 5.21.2
parents 3316672a 5b779e61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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 {