google-guest-agent: 20230221.00 -> 20230510.00

This commit is contained in:
R. Ryantm 2023-05-14 17:26:40 +00:00
parent 70d8a790cd
commit f0db601c91

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