Skip to content

Commit a21f682

Browse files

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/op/openvino/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ in
5858

5959
stdenv.mkDerivation rec {
6060
pname = "openvino";
61-
version = "2024.6.0";
61+
version = "2025.0.0";
6262

6363
src = fetchFromGitHub {
6464
owner = "openvinotoolkit";
6565
repo = "openvino";
6666
tag = version;
6767
fetchSubmodules = true;
68-
hash = "sha256-GmbRuFM5L60vQNJLCkva1NzBWWKXK674xjMUpME4o4c=";
68+
hash = "sha256-+LXOX5ChfVbD2dbQYuIp9unz6v3OIpH5YUpdhn2okbM=";
6969
};
7070

7171
outputs = [
@@ -172,6 +172,7 @@ stdenv.mkDerivation rec {
172172
'';
173173

174174
meta = with lib; {
175+
changelog = "https://github.com/openvinotoolkit/openvino/releases/tag/${src.tag}";
175176
description = "OpenVINO™ Toolkit repository";
176177
longDescription = ''
177178
This toolkit allows developers to deploy pre-trained deep learning models through a high-level C++ Inference Engine API integrated with application logic.

0 commit comments

Comments
 (0)