openvino: 2026.0.0 -> 2026.1.0

https://github.com/openvinotoolkit/openvino/releases/tag/2026.1.0
This commit is contained in:
Martin Weinelt
2026-04-07 21:31:42 +02:00
parent 24c474ca38
commit 23117eed78
+2 -2
View File
@@ -55,14 +55,14 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "openvino";
version = "2026.0.0";
version = "2026.1.0";
src = fetchFromGitHub {
owner = "openvinotoolkit";
repo = "openvino";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-CGlcFqv2KZKZD35BIOCRntDaDoT6Nv4VmPXE8mTeiDg=";
hash = "sha256-ss6U4D1QyJM9hbauRBgNIrU09k6xMX0SUeleOXIDU6U=";
};
outputs = [