Merge pull request #140199 from primeos/llvmPackages_13

llvmPackages_13: 13.0.0-rc4 -> 13.0.0
This commit is contained in:
Michael Weiss 2021-10-02 10:04:26 +02:00 committed by GitHub
commit 88ebc2bfc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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