tvm: 0.19.0 -> 0.22.0

This commit is contained in:
R. Ryantm
2025-11-01 19:58:11 +00:00
parent 2a8c789553
commit 858e3d3a7f
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "tvm";
version = "0.19.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "apache";
repo = "incubator-tvm";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-/5IpOraFTgg6sQ1TLHoepq/C8VHKg5BXKrNMBSyYajA=";
hash = "sha256-KcHUcblwtqxNofHKofuQHu2d7hIqS9FUvc41OkCVtnY=";
};
nativeBuildInputs = [ cmake ];