openvino: 2026.2.0 -> 2026.2.1

https://github.com/openvinotoolkit/openvino/releases/tag/2026.2.1
This commit is contained in:
Martin Weinelt
2026-06-17 17:00:22 +02:00
parent f8a250e19b
commit c05218b571
+2 -2
View File
@@ -56,14 +56,14 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "openvino";
version = "2026.2.0";
version = "2026.2.1";
src = fetchFromGitHub {
owner = "openvinotoolkit";
repo = "openvino";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-/JbaWeW4MgIylhEhA///febE9OCooONKgz1zTn0tb90=";
hash = "sha256-66g+v+L0BPNW6HvmWMHAHoNEFn9SUPrmZDyDjES6K1I=";
};
outputs = [