rocm-smi: 3.7.0 -> 3.8.0

The tag refers to the same commit as 3.7.0, so the hash did not
change.
This commit is contained in:
Daniël de Kok 2020-09-19 08:13:40 +02:00
parent 14963fd5c4
commit 57bf6699c1

View file

@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "rocm-smi";
version = "3.7.0";
version = "3.8.0";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";