google-compute-engine: 20180510 -> 20180905

The list of corresponding NixOS services are also updated
This commit is contained in:
zimbatm
2018-09-24 19:02:19 +01:00
committed by Robin Gloster
parent 0441faea05
commit 9fb79868ab
2 changed files with 17 additions and 31 deletions

View File

@@ -11,14 +11,14 @@
buildPythonApplication rec {
name = "google-compute-engine-${version}";
version = "20180510";
version = "20180905";
namePrefix = "";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "compute-image-packages";
rev = version;
sha256 = "13hmg29s1pljcvf40lrv5yickg8x51rcnv68wxhs6zkkg75k448p";
sha256 = "0095f000kgk2lc5p1y4080sbc0r7ly60a7i9id8hydfnkhqqz75n";
};
postPatch = ''