Merge pull request #215692 from r-ryantm/auto-update/rocm-comgr

rocm-comgr: 5.4.2 -> 5.4.3
This commit is contained in:
Weijia Wang 2023-02-10 16:53:29 +01:00 committed by GitHub
commit f8c5d907bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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