rocm-cmake: 4.1.0 -> 4.3.1

This commit is contained in:
Bernardo Meurer 2021-09-02 12:27:22 -07:00
parent e3b026fdba
commit bd698dbd7e
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

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