Merge pull request #165021 from LibreCybernetics/update-cudatoolkit_11

cudatoolkit_11: cudatoolkit_11_4 → cudatoolkit_11_6
This commit is contained in:
Kevin Cox 2022-03-21 17:28:39 -04:00 committed by GitHub
commit a4714c46a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}