google-guest-agent: 20221109.00 -> 20230112.00

This commit is contained in:
R. Ryantm 2023-01-14 02:53:18 +00:00
parent 66bc6e35c9
commit 25bf3d689d

View file

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