Merge pull request #102602 from danieldk/rocm-3.9.0

Update ROCm to 3.9.0
This commit is contained in:
Daniël de Kok
2020-11-05 06:59:28 +01:00
committed by GitHub
10 changed files with 26 additions and 19 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "rocm-smi";
version = "3.8.0";
version = "3.9.0";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "ROC-smi";
rev = "rocm-${version}";
sha256 = "00g9cbni73x9da05lx7hiffp303mdkj1wpxiavfylr4q4z84yhrz";
sha256 = "190x31s7mjpyp7hr6cgdnvn2s20qj3sqcxywycjm2i9ar429l2ni";
};
format = "other";