google-compute-engine: 20180129 -> 20180510 (#46278)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
google-compute-engine
This commit is contained in:
R. RyanTM 2018-09-13 12:09:08 -07:00 committed by zimbatm
parent 3c2a74719a
commit 035b2f5250

View File

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