Skip to content

Commit

Permalink
llvmPackages_14: 14.0.0-rc1 -> 14.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Mar 8, 2022
1 parent 6d5e180 commit dd8169d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/llvm/14/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

let
release_version = "14.0.0";
candidate = "rc1"; # empty or "rcN"
candidate = "rc2"; # empty or "rcN"
dash-candidate = lib.optionalString (candidate != "") "-${candidate}";
rev = ""; # When using a Git commit
rev-version = ""; # When using a Git commit
Expand All @@ -30,7 +30,7 @@ let
owner = "llvm";
repo = "llvm-project";
rev = if rev != "" then rev else "llvmorg-${version}";
sha256 = "sha256-bO13J5bhE4YVGvoaTuzFgf62HYh+Shv6T0u07CFjI9E=";
sha256 = "sha256-5wJEaWvwJohtjqlIsBkqQ5rE6rcWw07MaQnN1RxPb5w=";
};

llvm_meta = {
Expand Down

0 comments on commit dd8169d

Please sign in to comment.