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

rocminfo: 5.0.1 -> 5.1.1
This commit is contained in:
Ryan Mulligan 2022-04-28 13:18:22 -07:00 committed by GitHub
commit 93f1325873
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 = "5.0.1";
version = "5.1.1";
pname = "rocminfo";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "rocminfo";
rev = "rocm-${version}";
sha256 = "sha256-H9JdrDS/pbvYMKkayu/1rrXusHeXBH1CO9jYArsbCNI=";
sha256 = "sha256-x+QJJtUvgtNS4116tJFWdJOUS8yV4o10mbTAUuxerkE=";
};
enableParallelBuilding = true;