cudatoolkit_11: cudatoolkit_11_6 → cudatoolkit_11_5

This commit is contained in:
Fabián Heredia Montiel 2022-03-29 21:39:25 -06:00
parent a9286c6613
commit d78f645ea1

View file

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