Unverified Commit 68cf8f6d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

openvino: 2025.0.0 -> 2025.1.0 (#397725)

parents 060577c3 518badbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,14 +61,14 @@ in

stdenv.mkDerivation rec {
  pname = "openvino";
  version = "2025.0.0";
  version = "2025.1.0";

  src = fetchFromGitHub {
    owner = "openvinotoolkit";
    repo = "openvino";
    tag = version;
    fetchSubmodules = true;
    hash = "sha256-+LXOX5ChfVbD2dbQYuIp9unz6v3OIpH5YUpdhn2okbM=";
    hash = "sha256-KufQjBSzhj1N+T95PjlNU3Tc9V5/X2OLwCbXoI2fdZk=";
  };

  outputs = [