Skip to content

Commit

Permalink
kubergrunt: 0.15.0 -> 0.16.0 (NixOS#339832)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 5, 2024
2 parents a3818ce + ed3f34f commit 86b762c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/kubergrunt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "kubergrunt";
version = "0.15.0";
version = "0.16.0";

src = fetchFromGitHub {
owner = "gruntwork-io";
repo = "kubergrunt";
rev = "v${version}";
sha256 = "sha256-yN5tpe3ayQPhTlBvxlt7CD6mSURCB4lxGatEK9OThzs=";
sha256 = "sha256-FOXnerB6qmUUotWLlTTsR5x0+A0Q9D8PVDTMG8j8b9o=";
};

vendorHash = "sha256-VJkqg2cnpYHuEYOv5+spoyRWFAdFWE7YIVYaN9OmIZM=";
vendorHash = "sha256-rgU6Yv+gmKShWfpPaWtK2VIBPgFSsPVOnUzIp2+V7oI=";

# Disable tests since it requires network access and relies on the
# presence of certain AWS infrastructure
Expand Down

0 comments on commit 86b762c

Please sign in to comment.