Merge pull request #131856 from primeos/llvm_git

llvmPackages_git: 2021-06-19 -> 2021-07-12

authored by Michael Weiss and committed by GitHub 25019e66 9f038da2

+3 -3
+3 -3
pkgs/development/compilers/llvm/git/default.nix
··· 21 21 release_version = "13.0.0"; 22 22 candidate = ""; # empty or "rcN" 23 23 dash-candidate = lib.optionalString (candidate != "") "-${candidate}"; 24 - rev = "1605fce6c3074f8d1dff5a917a1840ffa66abd86"; # When using a Git commit 25 - rev-version = "unstable-2021-06-19"; # When using a Git commit 24 + rev = "98033fdc50e61273b1d5c77ba5f0f75afe3965c1"; # When using a Git commit 25 + rev-version = "unstable-2021-07-12"; # When using a Git commit 26 26 version = if rev != "" then rev-version else "${release_version}${dash-candidate}"; 27 27 targetConfig = stdenv.targetPlatform.config; 28 28 ··· 30 30 owner = "llvm"; 31 31 repo = "llvm-project"; 32 32 rev = if rev != "" then rev else "llvmorg-${version}"; 33 - sha256 = "1jf0b9vn4qv5gsvhyg6xsqdkdl4vzn7j4sfcldl8bggcgjmzp0q1"; 33 + sha256 = "0m28wpkyymzgqflp8xwyab0vryn3jln565qk15qm839n0d0mq3hh"; 34 34 }; 35 35 36 36 llvm_meta = {