openvino: 2024.6.0 -> 2025.0.0 (#380728)

This commit is contained in:
Martin Weinelt
2025-02-09 22:53:45 +01:00
committed by GitHub
+3 -2
View File
@@ -58,14 +58,14 @@ in
stdenv.mkDerivation rec {
pname = "openvino";
version = "2024.6.0";
version = "2025.0.0";
src = fetchFromGitHub {
owner = "openvinotoolkit";
repo = "openvino";
tag = version;
fetchSubmodules = true;
hash = "sha256-GmbRuFM5L60vQNJLCkva1NzBWWKXK674xjMUpME4o4c=";
hash = "sha256-+LXOX5ChfVbD2dbQYuIp9unz6v3OIpH5YUpdhn2okbM=";
};
outputs = [
@@ -172,6 +172,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
changelog = "https://github.com/openvinotoolkit/openvino/releases/tag/${src.tag}";
description = "OpenVINO Toolkit repository";
longDescription = ''
This toolkit allows developers to deploy pre-trained deep learning models through a high-level C++ Inference Engine API integrated with application logic.