tvm: 0.17.0 -> 0.19.0 (#377578)

This commit is contained in:
Wolfgang Walther
2025-02-25 19:18:08 +01:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "tvm";
version = "0.17.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "apache";
repo = "incubator-tvm";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-5Jr+xubQoASNgy/UR/K5pvzMs4szP9LidFOLs3h+KSY=";
hash = "sha256-/5IpOraFTgg6sQ1TLHoepq/C8VHKg5BXKrNMBSyYajA=";
};
nativeBuildInputs = [ cmake ];