cudatoolkit_11: cudatoolkit_11_4 → cudatoolkit_11_6

This commit is contained in:
Fabián Heredia Montiel 2022-03-08 14:19:53 -06:00
parent e2f381b2f1
commit 233408b810

View File

@ -86,5 +86,5 @@ rec {
gcc = gcc10; # can bump to 11 along with stdenv.cc
};
cudatoolkit_11 = cudatoolkit_11_4;
cudatoolkit_11 = cudatoolkit_11_6;
}