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

google-guest-agent: 20230221.00 -> 20230510.00
This commit is contained in:
Mario Rodas 2023-05-14 15:30:58 -05:00 committed by GitHub
commit 3f1599664a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];