about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2020-09-19 08:13:40 +0200
committerDaniël de Kok <me@danieldk.eu>2020-09-19 08:13:40 +0200
commit57bf6699c1830b8511c3b27a1d2db8f058916b9e (patch)
tree5178c19756fe10a53d1a559c4bba92dae41bbd04 /pkgs
parent14963fd5c44ed719db38e2de5f192f7f816b70f1 (diff)
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.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/rocm-smi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/rocm-smi/default.nix b/pkgs/tools/system/rocm-smi/default.nix
index 8cbc56e046895..69f523773107d 100644
--- a/pkgs/tools/system/rocm-smi/default.nix
+++ b/pkgs/tools/system/rocm-smi/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonApplication rec {
   pname = "rocm-smi";
-  version = "3.7.0";
+  version = "3.8.0";
 
   src = fetchFromGitHub {
     owner = "RadeonOpenCompute";