rocm-comgr: 5.4.2 -> 5.4.3

This commit is contained in:
R. Ryantm
2023-02-10 14:30:02 +00:00
committed by Florian Brandes
parent 84b5b8f09e
commit eb30f96d42

View File

@@ -15,7 +15,7 @@ let
else throw "Unsupported ROCm LLVM platform";
in stdenv.mkDerivation (finalAttrs: {
pname = "rocm-comgr";
version = "5.4.2";
version = "5.4.3";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";