ndi: update from version 4.1.6 to 4.5.1
Related to https://github.com/NixOS/nixpkgs/issues/82617.
This commit is contained in:
parent
285bd2642b
commit
68a53ade9d
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ndi";
|
pname = "ndi";
|
||||||
fullVersion = "4.1.6";
|
fullVersion = "4.5.1";
|
||||||
version = builtins.head (builtins.splitVersion fullVersion);
|
version = builtins.head (builtins.splitVersion fullVersion);
|
||||||
|
|
||||||
src = requireFile rec {
|
src = requireFile rec {
|
||||||
name = "InstallNDISDK_v${version}_Linux.tar.gz";
|
name = "InstallNDISDK_v${version}_Linux.tar.gz";
|
||||||
sha256 = "0hki805j3hlci6w5ca2cajm5q0y9yihgvpsykkn8dzx8chw4pmsk";
|
sha256 = "04l57cfc88cdqa9015h5g1csr7xfjxp75x8qz8bsqk1dizp9ir6r";
|
||||||
message = ''
|
message = ''
|
||||||
In order to use NDI SDK version ${fullVersion}, you need to comply with
|
In order to use NDI SDK version ${fullVersion}, you need to comply with
|
||||||
NewTek's license and download the appropriate Linux tarball from:
|
NewTek's license and download the appropriate Linux tarball from:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user