Unverified Commit 518badbf authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent b4331192
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 = [