Merge pull request #159816 from r-ryantm/auto-update/tvm

tvm: 0.7.0 -> 0.8.0
This commit is contained in:
Bobby Rong 2022-02-15 20:08:56 +08:00 committed by GitHub
commit 31ed032a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "tvm";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "apache";
repo = "incubator-tvm";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "0qflpd3lw0jslyk5lqpv2v42lkqs8mkvnn6i3fdms32iskdfk6p5";
sha256 = "sha256-fv2hhPGbr/AbwuN8rAF9PI/QTTqxNgwjYl9arg5GjKY=";
};
nativeBuildInputs = [ cmake ];