mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #135943 from primeos/llvmPackages_git
llvmPackages_git: 2021-08-03 -> 2021-08-13
This commit is contained in:
commit
413756ce49
@ -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…
Reference in New Issue
Block a user