Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2018-11-20 11:51:11 +01:00
95 changed files with 959 additions and 862 deletions
@@ -11,14 +11,14 @@
buildPythonApplication rec {
name = "google-compute-engine-${version}";
version = "20181011";
version = "20181023";
namePrefix = "";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "compute-image-packages";
rev = version;
sha256 = "1b3wyr412qh113xvs671dqnacidil61gisfvg79wbq6wrdwswkp8";
sha256 = "0bhh62f4kx4d7k673fvyzgr9h771lzk7dxhq3ld7zzcz0pmxlx3a";
};
postPatch = ''