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

rocm-device-libs: 5.4.3 -> 5.4.4
This commit is contained in:
Weijia Wang 2023-03-24 18:42:18 +02:00 committed by GitHub
commit 6e5da531cb
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.3";
version = "5.4.4";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";