tvm: 0.15.0 -> 0.16.0

+2 -2
+2 -2
pkgs/development/compilers/tvm/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tvm"; 5 - version = "0.15.0"; 5 + version = "0.16.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "apache"; 9 9 repo = "incubator-tvm"; 10 10 rev = "v${version}"; 11 11 fetchSubmodules = true; 12 - sha256 = "sha256-VbJptTUi12pJh1wz4I+xL6HVo/rSiUHCkvgEMPe1F6o="; 12 + sha256 = "sha256-g8Z5MRM3KIgCjGxtU9JLEsFUjFxPKmc6OwY17C59cxg="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ cmake ];