mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
flexoptix-app: 5.13.1 -> 5.13.3
This commit is contained in:
parent
b3c86fff5b
commit
6fe502f5bc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user