diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-11-05 13:24:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-05 13:24:52 -0500 |
| commit | bdd9e5bd16910c054cf6ee39c19bc154f34c3949 (patch) | |
| tree | 7ea9ce4aa99fd12df82a214291c35de39289cb42 | |
| parent | Merge pull request #199692 from hlolli/feature/faust2-darwin (diff) | |
| parent | google-guest-agent: 20221025.00 -> 20221104.00 (diff) | |
| download | nixpkgs-bdd9e5bd16910c054cf6ee39c19bc154f34c3949.tar.gz | |
Merge pull request #199718 from r-ryantm/auto-update/google-guest-agent
google-guest-agent: 20221025.00 -> 20221104.00
| -rw-r--r-- | pkgs/tools/virtualization/google-guest-agent/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/virtualization/google-guest-agent/default.nix b/pkgs/tools/virtualization/google-guest-agent/default.nix index 0f42441b7cd0..f007057222f7 100644 --- a/pkgs/tools/virtualization/google-guest-agent/default.nix +++ b/pkgs/tools/virtualization/google-guest-agent/default.nix @@ -4,13 +4,13 @@ buildGoModule rec { pname = "guest-agent"; - version = "20221025.00"; + version = "20221104.00"; src = fetchFromGitHub { owner = "GoogleCloudPlatform"; repo = pname; rev = version; - sha256 = "sha256-LbpSRQgxAfgaO7UPJD5j/wrMjR383qjD5SD1cVTzWLs="; + sha256 = "sha256-JvI0tj6/+iCu+Q5XB3QOrrfBl6n2/bB6pj9lUDZL8DE="; }; vendorSha256 = "sha256-JZfplQGwe+UCzdMLMD+9JJ2ksK9dZ6scz2jl0XoZ9rI="; |
