rocm-device-libs: 5.4.3 -> 5.4.4

This commit is contained in:
R. Ryantm 2023-03-24 15:49:49 +00:00
parent 6509fec2b7
commit bb674938fc

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