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

google-guest-agent: 20221025.00 -> 20221104.00

authored by Mario Rodas and committed by GitHub bdd9e5bd d5096c68

+2 -2
+2 -2
pkgs/tools/virtualization/google-guest-agent/default.nix
··· 4 5 buildGoModule rec { 6 pname = "guest-agent"; 7 - version = "20221025.00"; 8 9 src = fetchFromGitHub { 10 owner = "GoogleCloudPlatform"; 11 repo = pname; 12 rev = version; 13 - sha256 = "sha256-LbpSRQgxAfgaO7UPJD5j/wrMjR383qjD5SD1cVTzWLs="; 14 }; 15 16 vendorSha256 = "sha256-JZfplQGwe+UCzdMLMD+9JJ2ksK9dZ6scz2jl0XoZ9rI=";
··· 4 5 buildGoModule rec { 6 pname = "guest-agent"; 7 + version = "20221104.00"; 8 9 src = fetchFromGitHub { 10 owner = "GoogleCloudPlatform"; 11 repo = pname; 12 rev = version; 13 + sha256 = "sha256-JvI0tj6/+iCu+Q5XB3QOrrfBl6n2/bB6pj9lUDZL8DE="; 14 }; 15 16 vendorSha256 = "sha256-JZfplQGwe+UCzdMLMD+9JJ2ksK9dZ6scz2jl0XoZ9rI=";