openvino: 2025.1.0 -> 2025.2.0

https://github.com/openvinotoolkit/openvino/releases/tag/2025.2.0
This commit is contained in:
Martin Weinelt
2025-06-19 01:21:16 +02:00
parent 61728f99bc
commit 6759ee9e4e
+2 -2
View File
@@ -61,14 +61,14 @@ in
stdenv.mkDerivation rec {
pname = "openvino";
version = "2025.1.0";
version = "2025.2.0";
src = fetchFromGitHub {
owner = "openvinotoolkit";
repo = "openvino";
tag = version;
fetchSubmodules = true;
hash = "sha256-KufQjBSzhj1N+T95PjlNU3Tc9V5/X2OLwCbXoI2fdZk=";
hash = "sha256-EtXHMOIk4hGcLiaoC0ZWYF6XZCD2qNtt1HeJoJIuuTA=";
};
outputs = [