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

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

google-guest-agent: 20230202.00 -> 20230221.00
parents d9f65334 b9726b48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

buildGoModule rec {
  pname = "guest-agent";
  version = "20230202.00";
  version = "20230221.00";

  src = fetchFromGitHub {
    owner = "GoogleCloudPlatform";
    repo = pname;
    rev = version;
    sha256 = "sha256-kPPf6KVQmxF4vUQOIGprevn7RDIjKdbUsYhKGPEearA=";
    sha256 = "sha256-AObN9vyEMJeGBmAMyUz7H0pHPtGf5I/oeDzYuZs4KpE=";
  };

  vendorHash = "sha256-ioejOtmsi0QnID3V5JxwAz399I5Jp5nHZqpzU9DjpQE=";