tvm: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2022-07-31 04:10:57 +00:00
parent 6d1f689374
commit 834daa7b5d

View File

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