nvidia-optical-flow-sdk: 1.0 -> 2.0
(cherry picked from commit 04e8ab8fdf8c8009741a8ebb26e4cd8e2cb6bd61)
This commit is contained in:
parent
13d6008df1
commit
641efce99b
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "nvidia-optical-flow-sdk";
|
pname = "nvidia-optical-flow-sdk";
|
||||||
version = "1.0";
|
version = "2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NVIDIA";
|
owner = "NVIDIA";
|
||||||
repo = "NVIDIAOpticalFlowSDK";
|
repo = "NVIDIAOpticalFlowSDK";
|
||||||
rev = "79c6cee80a2df9a196f20afd6b598a9810964c32";
|
rev = "edb50da3cf849840d680249aa6dbef248ebce2ca";
|
||||||
sha256 = "1y6igwv75v1ynqm7j6la3ky0f15mgnj1jyyak82yvhcsx1aax0a1";
|
sha256 = "0hv0m0k9wl2wjhhl886j7ymngnf2xz7851nfh57s1gy5bv9lgdgz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# # We only need the header files. The library files are
|
# # We only need the header files. The library files are
|
||||||
@ -25,4 +25,3 @@ stdenv.mkDerivation {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user