Merge branch 'master' into staging-next

This commit is contained in:
Vladimír Čunát
2019-09-27 22:13:02 +02:00
222 changed files with 1897 additions and 1146 deletions

View File

@@ -29,7 +29,7 @@ with super;
# Parse out a version number without the Lua version inserted
version = with pkgs.lib; let
version' = super.cqueues.version;
rel = splitString "." version';
rel = splitVersion version';
date = head rel;
rev = last (splitString "-" (last rel));
in "${date}-${rev}";