Merge pull request #215338 from r-ryantm/auto-update/llvmPackages_rocm.llvm

llvmPackages_rocm.llvm: 5.4.2 -> 5.4.3
This commit is contained in:
Weijia Wang 2023-02-24 20:46:43 +02:00 committed by GitHub
commit 4333d4f1e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ let
else throw "Unsupported ROCm LLVM platform";
in stdenv.mkDerivation (finalAttrs: {
pname = "rocm-llvm-${targetName}";
version = "5.4.2";
version = "5.4.3";
outputs = [
"out"
@ -65,7 +65,7 @@ in stdenv.mkDerivation (finalAttrs: {
owner = "RadeonOpenCompute";
repo = "llvm-project";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-iyr3cstC8CB1YaACadNqBs/oI8lh4bJzK0WtEB0wZvg=";
hash = "sha256-BDvC6QFDFtahA9hmJDLiM6K4mrO3j9E9rEXm7KulcuA=";
};
nativeBuildInputs = [