Merge pull request #160498 from r-ryantm/auto-update/rocminfo

rocminfo: 4.5.2 -> 5.0.1
This commit is contained in:
Bernardo Meurer 2022-03-13 21:02:57 -07:00 committed by GitHub
commit f5ccc3b882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
# compilers to determine the desired target.
, defaultTargets ? []}:
stdenv.mkDerivation rec {
version = "4.5.2";
version = "5.0.1";
pname = "rocminfo";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "rocminfo";
rev = "rocm-${version}";
sha256 = "sha256-VIlHYiGLen4xmdP7kpmObj5wKy6Qq7iupJFtPa4Zd98=";
sha256 = "sha256-H9JdrDS/pbvYMKkayu/1rrXusHeXBH1CO9jYArsbCNI=";
};
enableParallelBuilding = true;