flexoptix-app: 5.13.0 -> 5.13.1 (#203617)
This commit is contained in:
parent
ed68d0ad13
commit
d72109ae9b
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue