mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-08 12:46:49 +00:00
Merge pull request #244102 from r-ryantm/auto-update/google-guest-agent
google-guest-agent: 20230707.00 -> 20230711.00
This commit is contained in:
commit
fbb2c3174f
@ -4,16 +4,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "guest-agent";
|
pname = "guest-agent";
|
||||||
version = "20230707.00";
|
version = "20230711.00";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GoogleCloudPlatform";
|
owner = "GoogleCloudPlatform";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-lGybidp/dZRe65L2fQlNTNHYNmMDrbYfBPeC9isER2I=";
|
sha256 = "sha256-m5SPRT0179jLgzPWncZJGkcmN6RCtXjOHG9/+AdwJSk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-ULGpgygBVC4SRLhPiUlZgBH93w84WlNbvq3S7cVHLaQ=";
|
vendorHash = "sha256-Xw/5yHW9DRtZFC6cECLI0RncgzSGB5/Y0yjW7hz247s=";
|
||||||
|
|
||||||
patches = [ ./disable-etc-mutation.patch ];
|
patches = [ ./disable-etc-mutation.patch ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user