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

rocm-device-libs: 5.0.2 -> 5.1.0

authored by Ryan Mulligan and committed by GitHub c966344a 2ddf6258

+2 -2
+2 -2
pkgs/development/libraries/rocm-device-libs/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "rocm-device-libs"; 13 - version = "5.0.2"; 13 + version = "5.1.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "RadeonOpenCompute"; 17 17 repo = "ROCm-Device-Libs"; 18 18 rev = "rocm-${version}"; 19 - hash = "sha256-eZdy9+BfuUVzPO6huvqcwCog96qMVTYoY3l6J0YMUZQ="; 19 + hash = "sha256-kmCk+BpM1QCJzEAkru2LK3CGwVXNUEZBFicmwnrPcx8="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ cmake ];