Unverified Commit 8de5f8e7 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

onnxruntime: 1.20.1 -> 1.20.2 (#384926)

parents 0d6b5b05 691eb6f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@


let
  version = "1.20.1";
  version = "1.20.2";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "onnxruntime";
    tag = "v${version}";
    hash = "sha256-xIjR2HsVIqc78ojSXzoTGIxk7VndGYa8o4pVB8U8oXI=";
    hash = "sha256-GTrRRNdqLUKCcWC9VdV/Oslszykn73dMXf66FLcHRVc=";
    fetchSubmodules = true;
  };