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

rocm-device-libs: 4.5.2 -> 5.0.0
This commit is contained in:
Bernardo Meurer 2022-03-13 21:02:49 -07:00 committed by GitHub
commit f9932f5543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "rocm-device-libs";
version = "4.5.2";
version = "5.0.0";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "ROCm-Device-Libs";
rev = "rocm-${version}";
hash = "sha256-UeunsDRLhmsDOzesiEgYIzYotwecehB6VswshzdRwjw=";
hash = "sha256-CEpI0vX5kUbSmpe/ZTCFnfDuy6i9D+UsCZiX4/U0X8g=";
};
nativeBuildInputs = [ cmake ];