tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
oakctl: 0.11.0 -> 0.13.2
Petr Hodina
5 months ago
b0992486
63b8f960
+6
-6
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
oa
oakctl
package.nix
+6
-6
pkgs/by-name/oa/oakctl/package.nix
···
9
9
}:
10
10
11
11
let
12
12
-
version = "0.11.0";
12
12
+
version = "0.13.2";
13
13
14
14
# Note: Extracted from install script
15
15
# https://oakctl-releases.luxonis.com/oakctl-installer.sh
16
16
sources = {
17
17
x86_64-linux = fetchurl {
18
18
url = "https://oakctl-releases.luxonis.com/data/${version}/linux_x86_64/oakctl";
19
19
-
hash = "sha256-AJo1xFKWtjMZNsY9M2cENe+3y9Simv+mT/fLKOWeIys=";
19
19
+
hash = "sha256-uS7CUnj9+/kBwGaaZA9P6R2//vhZ1cJW+lhkQePZ0is=";
20
20
};
21
21
aarch64-linux = fetchurl {
22
22
url = "https://oakctl-releases.luxonis.com/data/${version}/linux_aarch64/oakctl";
23
23
-
hash = "sha256-sRHfmv1cUWCWkQHARpzTgSns464RlAkgw/JOKPQk//8=";
23
23
+
hash = "sha256-+WFSV3TALeJtdcxkcduaN8tWGLCrOxvs3UV6cOr1xAI=";
24
24
};
25
25
aarch64-darwin = fetchurl {
26
26
url = "https://oakctl-releases.luxonis.com/data/${version}/darwin_arm64/oakctl";
27
27
-
hash = "sha256-AgvV8rgVaD+TrjTDvWPGXVSBk9YUVmh7OK3j5mNU+0s=";
27
27
+
hash = "sha256-OgVmfYcRNVcLGjEbxdVUtsV45vICj+jKPQJ578aRwZs=";
28
28
};
29
29
x86_64-darwin = fetchurl {
30
30
url = "https://oakctl-releases.luxonis.com/data/${version}/darwin_x86_64/oakctl";
31
31
-
hash = "sha256-AgvV8rgVaD+TrjTDvWPGXVSBk9YUVmh7OK3j5mNU+0s=";
31
31
+
hash = "sha256-KjJxwMRLs0XqiOTHjke+dSVKBftwBDYppjrqsbf0Qe8=";
32
32
};
33
33
};
34
34
···
68
68
# Note: The command 'oakctl self-update' won't work as the binary is located in the nix/store
69
69
meta = {
70
70
description = "Tool to interact with Luxonis OAK4 cameras";
71
71
-
homepage = "https://rvc4.docs.luxonis.com/software/tools/oakctl";
71
71
+
homepage = "https://docs.luxonis.com/software-v3/oak-apps/oakctl/";
72
72
license = lib.licenses.unfree;
73
73
platforms = [
74
74
"x86_64-linux"