llvmPackages_13: 13.0.0-rc4 -> 13.0.0

This commit is contained in:
Michael Weiss 2021-10-01 22:09:35 +02:00
parent 2415e9a70e
commit ed2c99e65f
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -19,7 +19,7 @@
let
release_version = "13.0.0";
candidate = "rc4"; # empty or "rcN"
candidate = ""; # empty or "rcN"
dash-candidate = lib.optionalString (candidate != "") "-${candidate}";
rev = ""; # When using a Git commit
rev-version = ""; # When using a Git commit