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

rocm-cmake: 5.0.2 -> 5.1.0

authored by Ryan Mulligan and committed by GitHub 4f098d1f a08fc31e

+2 -2
+2 -2
pkgs/development/tools/build-managers/rocm-cmake/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "rocm-cmake"; 5 - version = "5.0.2"; 5 + version = "5.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "RadeonOpenCompute"; 9 9 repo = "rocm-cmake"; 10 10 rev = "rocm-${version}"; 11 - hash = "sha256-4PtLe864MQ9wUn+l1fshiiTQvP06ewD39TDYZl70Hgg="; 11 + hash = "sha256-7jLn0FIjsww1lu1J9MB0s/Ksnw66BL1U0jQwiwmgw64="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];