Merge pull request #216124 from r-ryantm/auto-update/rocm-device-libs

rocm-device-libs: 5.4.2 -> 5.4.3
This commit is contained in:
Weijia Wang 2023-02-13 15:33:52 +01:00 committed by GitHub
commit b36e858306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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