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

rocclr: 5.4.2 -> 5.4.3
This commit is contained in:
Weijia Wang 2023-02-27 23:49:53 +02:00 committed by GitHub
commit 3ad64d9e2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rocclr";
version = "5.4.2";
version = "5.4.3";
src = fetchFromGitHub {
owner = "ROCm-Developer-Tools";
repo = "ROCclr";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-tYFoGafOsJYnRQaOLAaFix6tPD0QPTidOtOicPxP2Vk=";
hash = "sha256-DbN7kL8oyaPeYQB19Q96L3wX66v62TMSWl0Yor7Q4kE=";
};
patches = [