Merge branch 'staging-next'

The nss update is needed for security update of firefox.
For linux platforms only about 1k aarch64 rebuilds are missing;
the diff on Hydra looks OK.  Darwin needs 20k more rebuilds,
but I don't think we want to wait for that.
This commit is contained in:
Vladimír Čunát
2020-05-07 19:56:25 +02:00
29 changed files with 213 additions and 180 deletions
@@ -8,11 +8,11 @@
python3Packages.buildPythonApplication rec {
pname = "meson";
version = "0.54.0";
version = "0.54.1";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "3eVybXeBEqy9Sme7NjOrLuddM9HoeaYoOntKRMM2PCc=";
sha256 = "L3b7RXJ2K+E+5HkpJhAJG0UJr1eIvM6zkf4iK80Cltw=";
};
postFixup = ''