Skip to content

Commit

Permalink
google-compute-engine: 20180129 -> 20180510 (#46278)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
google-compute-engine

(cherry picked from commit 035b2f5)
  • Loading branch information
r-ryantm authored and zimbatm committed Sep 13, 2018
1 parent 8b5f311 commit 4293f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/virtualization/google-compute-engine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 4293f9f

Please sign in to comment.