We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de34f73 + 5e7e956 commit dcf83deCopy full SHA for dcf83de
pkgs/development/compilers/tvm/default.nix
@@ -2,14 +2,14 @@
2
3
stdenv.mkDerivation rec {
4
pname = "tvm";
5
- version = "0.16.0";
+ version = "0.17.0";
6
7
src = fetchFromGitHub {
8
owner = "apache";
9
repo = "incubator-tvm";
10
rev = "v${version}";
11
fetchSubmodules = true;
12
- hash = "sha256-g8Z5MRM3KIgCjGxtU9JLEsFUjFxPKmc6OwY17C59cxg=";
+ hash = "sha256-5Jr+xubQoASNgy/UR/K5pvzMs4szP9LidFOLs3h+KSY=";
13
};
14
15
nativeBuildInputs = [ cmake ];
0 commit comments