about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-24 20:46:43 +0200
committerGitHub <noreply@github.com>2023-02-24 20:46:43 +0200
commit4333d4f1e6179184a5bd7f837d797e06d75b143c (patch)
treea98a946cc6f235dc5fd2683ea82767278a8d9496 /pkgs/development/compilers/llvm
parenta3e89389930f5f2d0efed3578bff2f4b39896fbc (diff)
parentac49f34fe85a02110ba38ccd8798207e52ea150a (diff)
downloadnixlib-4333d4f1e6179184a5bd7f837d797e06d75b143c.tar
nixlib-4333d4f1e6179184a5bd7f837d797e06d75b143c.tar.gz
nixlib-4333d4f1e6179184a5bd7f837d797e06d75b143c.tar.bz2
nixlib-4333d4f1e6179184a5bd7f837d797e06d75b143c.tar.lz
nixlib-4333d4f1e6179184a5bd7f837d797e06d75b143c.tar.xz
nixlib-4333d4f1e6179184a5bd7f837d797e06d75b143c.tar.zst
nixlib-4333d4f1e6179184a5bd7f837d797e06d75b143c.zip
Merge pull request #215338 from r-ryantm/auto-update/llvmPackages_rocm.llvm
llvmPackages_rocm.llvm: 5.4.2 -> 5.4.3
Diffstat (limited to 'pkgs/development/compilers/llvm')
-rw-r--r--pkgs/development/compilers/llvm/rocm/llvm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/llvm/rocm/llvm.nix b/pkgs/development/compilers/llvm/rocm/llvm.nix
index f014676a1809..272a1209b492 100644
--- a/pkgs/development/compilers/llvm/rocm/llvm.nix
+++ b/pkgs/development/compilers/llvm/rocm/llvm.nix
@@ -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 = [