kubergrunt: 0.18.1 -> 0.18.2 (#435607)

Co-authored-by: psibi <psibi2000@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-23 15:08:10 +00:00
committed by GitHub
co-authored by psibi
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "kubergrunt";
version = "0.18.1";
version = "0.18.2";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = "kubergrunt";
rev = "v${version}";
sha256 = "sha256-w/7GioWDco2bbGNzPY7C9um8yyynD2T/+S0GNOiQoMU=";
sha256 = "sha256-S1IJRgUIuoFWOjVkgCFbEokbcRZgcBH/HlFHxKM14WY=";
};
vendorHash = "sha256-4iw0wFfjSsqL72E4/VXlGQb947MVS62zwsmAR9sv0H8=";
vendorHash = "sha256-f+M/aiHS0dT0Cg1jVP0E+VtlKgMmkLAfZgEK34ZOB1M=";
# Disable tests since it requires network access and relies on the
# presence of certain AWS infrastructure