llvmPackages_13: 13.0.0-rc4 -> 13.0.0
This commit is contained in:
parent
2415e9a70e
commit
ed2c99e65f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
release_version = "13.0.0";
|
release_version = "13.0.0";
|
||||||
candidate = "rc4"; # empty or "rcN"
|
candidate = ""; # empty or "rcN"
|
||||||
dash-candidate = lib.optionalString (candidate != "") "-${candidate}";
|
dash-candidate = lib.optionalString (candidate != "") "-${candidate}";
|
||||||
rev = ""; # When using a Git commit
|
rev = ""; # When using a Git commit
|
||||||
rev-version = ""; # When using a Git commit
|
rev-version = ""; # When using a Git commit
|
||||||
|
|
Loading…
Reference in a new issue