mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
openvino: 2024.1.0 -> 2024.2.0
https://github.com/openvinotoolkit/openvino/compare/refs/tags/2024.1.0...2024.2.0
(cherry picked from commit 519bd3ba27
)
This commit is contained in:
parent
ff91973719
commit
f0816b3c17
@ -54,14 +54,14 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "openvino";
|
||||
version = "2024.1.0";
|
||||
version = "2024.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openvinotoolkit";
|
||||
repo = "openvino";
|
||||
rev = "refs/tags/${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-OOSxXpLjmhOgKvrSO6SmY7xLhJSzGXT8w/Y4FnfwTqU=";
|
||||
hash = "sha256-HiKKvmqgbwW625An+Su0EOHqVrP18yvG2aOzrS0jWr4=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user