rocm-cmake: 4.3.1 → 4.5.2

This commit is contained in:
Neubauer, Sebastian 2021-11-08 10:08:11 +00:00
parent 120c6f81ec
commit a922b0637c

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rocm-cmake";
version = "4.3.1";
version = "4.5.2";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "rocm-cmake";
rev = "rocm-${version}";
hash = "sha256-BhpYOL7+IlBpkzeFjfy6KLO7ail472KQWFfQX/sXLGo=";
hash = "sha256-5RwhIIOtqeMl/Gyufl5U1gTEpoCjdPJP5MbVnhEKYMM=";
};
nativeBuildInputs = [ cmake ];