Unverified Commit 238db8df authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #200293 from r-ryantm/auto-update/google-guest-agent

google-guest-agent: 20221104.00 -> 20221109.00
parents f716197b 28c23de0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

buildGoModule rec {
  pname = "guest-agent";
  version = "20221104.00";
  version = "20221109.00";

  src = fetchFromGitHub {
    owner = "GoogleCloudPlatform";
    repo = pname;
    rev = version;
    sha256 = "sha256-JvI0tj6/+iCu+Q5XB3QOrrfBl6n2/bB6pj9lUDZL8DE=";
    sha256 = "sha256-maVFdsS6upJIAOzSpkwDEGppA4qdTikluEg1Hlu5+U0=";
  };

  vendorSha256 = "sha256-JZfplQGwe+UCzdMLMD+9JJ2ksK9dZ6scz2jl0XoZ9rI=";