tvm: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm 2024-01-27 13:54:12 +00:00
parent 58c189c2a4
commit 055453c1fb

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "tvm";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "apache";
repo = "incubator-tvm";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-ePBEiT7Yl54KQou/VP/aZEJ6BueH8ocB+/TUhZJkgH8=";
sha256 = "sha256-VbJptTUi12pJh1wz4I+xL6HVo/rSiUHCkvgEMPe1F6o=";
};
nativeBuildInputs = [ cmake ];