Skip to content

Commit

Permalink
onnxruntime: 1.1.2 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Mar 28, 2020
1 parent da41b78 commit d0f556a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/onnxruntime/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "onnxruntime";
version = "1.1.2";
version = "1.2.0";

src = fetchFromGitHub {
owner = "microsoft";
repo = "onnxruntime";
rev = "v${version}";
sha256 = "0chbn2wkl1w3msw0zscajinzlaaahg4w3lrpb2l8xgqdwbln0ckj";
sha256 = "1alhb7nvlxrr9yf757gs4hkzksbk3mxyv5zcmmpl82ibl65vh55k";
# TODO: use nix-versions of grpc, onnx, eigen, googletest, etc.
# submodules increase src size and compile times significantly
# not currently feasible due to how integrated cmake build is with git
Expand Down

0 comments on commit d0f556a

Please sign in to comment.