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

launchpad/nixpkgs/master
Michael Weiss 3 years ago
parent 21c937f8cb
commit 6bb97886ad
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
  1. 6
      pkgs/development/compilers/llvm/git/default.nix

@ -21,8 +21,8 @@ let
release_version = "14.0.0";
candidate = ""; # empty or "rcN"
dash-candidate = lib.optionalString (candidate != "") "-${candidate}";
rev = "7d9d926a1861e2f6876943d47f297e2a08a57392"; # When using a Git commit
rev-version = "unstable-2021-08-03"; # When using a Git commit
rev = "ee65938357d5fffe9e586fa155b37268b5a358ac"; # When using a Git commit
rev-version = "unstable-2021-08-13"; # When using a Git commit
version = if rev != "" then rev-version else "${release_version}${dash-candidate}";
targetConfig = stdenv.targetPlatform.config;
@ -30,7 +30,7 @@ let
owner = "llvm";
repo = "llvm-project";
rev = if rev != "" then rev else "llvmorg-${version}";
sha256 = "0v9jk49raazy5vhccagnmf6c3cxjv56rwg3670k9x9snihx2782r";
sha256 = "10ahc108wbg2rsp50j3mc8h018a453ykg1rivjkhizng80pyllm1";
};
llvm_meta = {

Loading…
Cancel
Save