openvino: 2026.1.2 -> 2026.2.0

https://github.com/openvinotoolkit/openvino/releases/tag/2026.2.0
This commit is contained in:
Martin Weinelt
2026-05-28 13:31:35 +02:00
parent c581fce6ed
commit e521ef2f66
+2 -2
View File
@@ -55,14 +55,14 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "openvino";
version = "2026.1.2";
version = "2026.2.0";
src = fetchFromGitHub {
owner = "openvinotoolkit";
repo = "openvino";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-1lheHc0uajmUb1EW8q02bHX9PrCp4YoyT0l8dTyb4jM=";
hash = "sha256-/JbaWeW4MgIylhEhA///febE9OCooONKgz1zTn0tb90=";
};
outputs = [