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

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

google-guest-agent: 20230221.00 -> 20230510.00
parents e67a364c f0db601c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@

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

  src = fetchFromGitHub {
    owner = "GoogleCloudPlatform";
    repo = pname;
    rev = version;
    sha256 = "sha256-AObN9vyEMJeGBmAMyUz7H0pHPtGf5I/oeDzYuZs4KpE=";
    sha256 = "sha256-gYmmQzSFP/Ik4m+iYHJZyUyZil9+IXWZ3p0Pl58Uq40=";
  };

  vendorHash = "sha256-ioejOtmsi0QnID3V5JxwAz399I5Jp5nHZqpzU9DjpQE=";
  vendorHash = "sha256-ULGpgygBVC4SRLhPiUlZgBH93w84WlNbvq3S7cVHLaQ=";

  patches = [ ./disable-etc-mutation.patch ];