google-compute-engine: 20181011 -> 20181023 (#50751)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/google-compute-engine/versions
This commit is contained in:
R. RyanTM 2018-11-19 09:19:15 -08:00 committed by zimbatm
parent d55fb0221a
commit 9434dc3dfb

View file

@ -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 = ''