Skip to content

Commit 5e7e956

Browse files
committed
tvm: 0.16.0 -> 0.17.0
1 parent 8b41014 commit 5e7e956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/compilers/tvm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
stdenv.mkDerivation rec {
44
pname = "tvm";
5-
version = "0.16.0";
5+
version = "0.17.0";
66

77
src = fetchFromGitHub {
88
owner = "apache";
99
repo = "incubator-tvm";
1010
rev = "v${version}";
1111
fetchSubmodules = true;
12-
hash = "sha256-g8Z5MRM3KIgCjGxtU9JLEsFUjFxPKmc6OwY17C59cxg=";
12+
hash = "sha256-5Jr+xubQoASNgy/UR/K5pvzMs4szP9LidFOLs3h+KSY=";
1313
};
1414

1515
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)