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

rocm-device-libs: 5.4.3 -> 5.4.4

authored by Weijia Wang and committed by GitHub 6e5da531 f6aa4144

+1 -1
+1 -1
pkgs/development/libraries/rocm-device-libs/default.nix
··· 14 14 else throw "Unsupported ROCm LLVM platform"; 15 15 in stdenv.mkDerivation (finalAttrs: { 16 16 pname = "rocm-device-libs"; 17 - version = "5.4.3"; 17 + version = "5.4.4"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "RadeonOpenCompute";