mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Merge pull request #131856 from primeos/llvm_git
llvmPackages_git: 2021-06-19 -> 2021-07-12
This commit is contained in:
commit
25019e6645
@ -21,8 +21,8 @@ let
|
|||||||
release_version = "13.0.0";
|
release_version = "13.0.0";
|
||||||
candidate = ""; # empty or "rcN"
|
candidate = ""; # empty or "rcN"
|
||||||
dash-candidate = lib.optionalString (candidate != "") "-${candidate}";
|
dash-candidate = lib.optionalString (candidate != "") "-${candidate}";
|
||||||
rev = "1605fce6c3074f8d1dff5a917a1840ffa66abd86"; # When using a Git commit
|
rev = "98033fdc50e61273b1d5c77ba5f0f75afe3965c1"; # When using a Git commit
|
||||||
rev-version = "unstable-2021-06-19"; # When using a Git commit
|
rev-version = "unstable-2021-07-12"; # When using a Git commit
|
||||||
version = if rev != "" then rev-version else "${release_version}${dash-candidate}";
|
version = if rev != "" then rev-version else "${release_version}${dash-candidate}";
|
||||||
targetConfig = stdenv.targetPlatform.config;
|
targetConfig = stdenv.targetPlatform.config;
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ let
|
|||||||
owner = "llvm";
|
owner = "llvm";
|
||||||
repo = "llvm-project";
|
repo = "llvm-project";
|
||||||
rev = if rev != "" then rev else "llvmorg-${version}";
|
rev = if rev != "" then rev else "llvmorg-${version}";
|
||||||
sha256 = "1jf0b9vn4qv5gsvhyg6xsqdkdl4vzn7j4sfcldl8bggcgjmzp0q1";
|
sha256 = "0m28wpkyymzgqflp8xwyab0vryn3jln565qk15qm839n0d0mq3hh";
|
||||||
};
|
};
|
||||||
|
|
||||||
llvm_meta = {
|
llvm_meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user