tvm: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm
2026-02-08 05:23:57 +00:00
parent 42c103b34b
commit 4653d8180c
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tvm";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "apache";
repo = "incubator-tvm";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-KcHUcblwtqxNofHKofuQHu2d7hIqS9FUvc41OkCVtnY=";
hash = "sha256-+YnxYIGaPMgfLDsQEiCpqGuJRBTFEbXWI1L2JdnUyfI=";
};
nativeBuildInputs = [ cmake ];