Merge pull request #301119 from r-ryantm/auto-update/kubergrunt

kubergrunt: 0.14.2 -> 0.15.0
This commit is contained in:
Weijia Wang 2024-04-03 10:22:07 +02:00 committed by GitHub
commit bb3e64a1a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubergrunt";
version = "0.14.2";
version = "0.15.0";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = "kubergrunt";
rev = "v${version}";
sha256 = "sha256-r2lx+R/TQxD/miCJK3V//N3gKiCrg/mneT9BS+ZqRiU=";
sha256 = "sha256-yN5tpe3ayQPhTlBvxlt7CD6mSURCB4lxGatEK9OThzs=";
};
vendorHash = "sha256-K24y41qpuyBHqljUAtNQu3H8BNqznxYOsvEVo+57OtY=";
vendorHash = "sha256-VJkqg2cnpYHuEYOv5+spoyRWFAdFWE7YIVYaN9OmIZM=";
# Disable tests since it requires network access and relies on the
# presence of certain AWS infrastructure