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

google-guest-agent: 20220104.00 -> 20220713.00
This commit is contained in:
Mario Rodas 2022-08-16 00:23:23 -05:00 committed by GitHub
commit 163faec184
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 = "20220104.00";
version = "20220713.00";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = pname;
rev = version;
sha256 = "sha256-BC2qpnGJU/D0z8jlmAEwvmFwBk1n0ZvqPBB6Zon9N/U=";
sha256 = "sha256-6N6ikAIpqbtNgD6TTASbMzCJcBc7D3ziE4YvQmTb1Go=";
};
vendorSha256 = "sha256-YcWKSiN715Z9lmNAQx+sHEgxWnhFhenCNXBS7gdMV4M=";
vendorSha256 = "sha256-JZfplQGwe+UCzdMLMD+9JJ2ksK9dZ6scz2jl0XoZ9rI=";
patches = [ ./disable-etc-mutation.patch ];