Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-11-03 12:06:41 +01:00
317 changed files with 3210 additions and 2827 deletions

View File

@@ -7,7 +7,7 @@
let
release_version = "11.0.0";
version = "${release_version}"; # differentiating these (variables) is important for RCs
version = release_version; # differentiating these (variables) is important for RCs
targetConfig = stdenv.targetPlatform.config;
fetch = name: sha256: fetchurl {