Merge pull request #135943 from primeos/llvmPackages_git

llvmPackages_git: 2021-08-03 -> 2021-08-13

authored by

Michael Weiss and committed by
GitHub
413756ce 40f33745

+3 -3
+3 -3
pkgs/development/compilers/llvm/git/default.nix
··· 21 release_version = "14.0.0"; 22 candidate = ""; # empty or "rcN" 23 dash-candidate = lib.optionalString (candidate != "") "-${candidate}"; 24 - rev = "7d9d926a1861e2f6876943d47f297e2a08a57392"; # When using a Git commit 25 - rev-version = "unstable-2021-08-03"; # When using a Git commit 26 version = if rev != "" then rev-version else "${release_version}${dash-candidate}"; 27 targetConfig = stdenv.targetPlatform.config; 28 ··· 30 owner = "llvm"; 31 repo = "llvm-project"; 32 rev = if rev != "" then rev else "llvmorg-${version}"; 33 - sha256 = "0v9jk49raazy5vhccagnmf6c3cxjv56rwg3670k9x9snihx2782r"; 34 }; 35 36 llvm_meta = {
··· 21 release_version = "14.0.0"; 22 candidate = ""; # empty or "rcN" 23 dash-candidate = lib.optionalString (candidate != "") "-${candidate}"; 24 + rev = "ee65938357d5fffe9e586fa155b37268b5a358ac"; # When using a Git commit 25 + rev-version = "unstable-2021-08-13"; # When using a Git commit 26 version = if rev != "" then rev-version else "${release_version}${dash-candidate}"; 27 targetConfig = stdenv.targetPlatform.config; 28 ··· 30 owner = "llvm"; 31 repo = "llvm-project"; 32 rev = if rev != "" then rev else "llvmorg-${version}"; 33 + sha256 = "10ahc108wbg2rsp50j3mc8h018a453ykg1rivjkhizng80pyllm1"; 34 }; 35 36 llvm_meta = {