Merge pull request #164015 from r-ryantm/auto-update/rocclr

rocclr: 4.5.2 -> 5.0.2
This commit is contained in:
Bernardo Meurer 2022-03-13 21:03:14 -07:00 committed by GitHub
commit 99e7cd733a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "rocclr";
version = "4.5.2";
version = "5.0.2";
src = fetchFromGitHub {
owner = "ROCm-Developer-Tools";
repo = "ROCclr";
rev = "rocm-${version}";
hash = "sha256-fsQANBND/oDeC/+wmCH/aLlDTxPIi7Z/oN1HnNHHnm0=";
hash = "sha256-x6XwYxgiCoy6Q7gIevSTEWgUQ0aEjPFhKSqMqQahHig=";
};
prePatch = ''