Merge pull request #166557 from r-ryantm/auto-update/rocm-cmake

rocm-cmake: 5.0.2 -> 5.1.0
This commit is contained in:
Ryan Mulligan 2022-04-28 13:19:32 -07:00 committed by GitHub
commit 4f098d1f11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rocm-cmake";
version = "5.0.2";
version = "5.1.0";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "rocm-cmake";
rev = "rocm-${version}";
hash = "sha256-4PtLe864MQ9wUn+l1fshiiTQvP06ewD39TDYZl70Hgg=";
hash = "sha256-7jLn0FIjsww1lu1J9MB0s/Ksnw66BL1U0jQwiwmgw64=";
};
nativeBuildInputs = [ cmake ];