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

google-guest-agent: 20221109.00 -> 20230112.00
This commit is contained in:
Mario Rodas 2023-01-14 09:11:32 -05:00 committed by GitHub
commit 00747a6f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,16 @@
buildGoModule rec { buildGoModule rec {
pname = "guest-agent"; pname = "guest-agent";
version = "20221109.00"; version = "20230112.00";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GoogleCloudPlatform"; owner = "GoogleCloudPlatform";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-maVFdsS6upJIAOzSpkwDEGppA4qdTikluEg1Hlu5+U0="; sha256 = "sha256-uM71qepYnmE4pK+Bdx5l78upNyp2+Myo3ayOAAlRF9s=";
}; };
vendorSha256 = "sha256-JZfplQGwe+UCzdMLMD+9JJ2ksK9dZ6scz2jl0XoZ9rI="; vendorHash = "sha256-ioejOtmsi0QnID3V5JxwAz399I5Jp5nHZqpzU9DjpQE=";
patches = [ ./disable-etc-mutation.patch ]; patches = [ ./disable-etc-mutation.patch ];