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

rocm-comgr: 5.4.3 -> 5.4.4
This commit is contained in:
Weijia Wang 2023-03-25 16:31:16 +02:00 committed by GitHub
commit 9d7912fff3
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.3";
version = "5.4.4";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";