rocm-cmake: 5.1.0 → 5.2.0

This commit is contained in:
Sebastian Neubauer
2022-08-16 16:49:30 +02:00
parent 9fee9397f9
commit bd36820a5f
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rocm-cmake";
version = "5.1.0";
version = "5.2.0";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "rocm-cmake";
rev = "rocm-${version}";
hash = "sha256-7jLn0FIjsww1lu1J9MB0s/Ksnw66BL1U0jQwiwmgw64=";
hash = "sha256-2YALk3G5BhrsXZZHjGSSuk8tCi5sNGuB2VB4uvozyZo=";
};
nativeBuildInputs = [ cmake ];