kubergrunt: 0.18.3 -> 0.18.4 (#442435)

authored by Nick Cao and committed by GitHub 8661f20f 0b0be691

+3 -3
+3 -3
pkgs/by-name/ku/kubergrunt/package.nix
··· 6 7 buildGoModule rec { 8 pname = "kubergrunt"; 9 - version = "0.18.3"; 10 11 src = fetchFromGitHub { 12 owner = "gruntwork-io"; 13 repo = "kubergrunt"; 14 rev = "v${version}"; 15 - sha256 = "sha256-qiAmUKOkVsCPIZ8mv8GfG8QU1Ps4Cg4+1NV8qCuJtBo="; 16 }; 17 18 - vendorHash = "sha256-yTi2JPLUXnORGr/31GEdwkUpqcgoJANfNbZr3dnzVzQ="; 19 20 # Disable tests since it requires network access and relies on the 21 # presence of certain AWS infrastructure
··· 6 7 buildGoModule rec { 8 pname = "kubergrunt"; 9 + version = "0.18.4"; 10 11 src = fetchFromGitHub { 12 owner = "gruntwork-io"; 13 repo = "kubergrunt"; 14 rev = "v${version}"; 15 + sha256 = "sha256-yrAFm4dvujwxRVjMDlTAOjBpftxdv6kuQIIcbiVnFgU="; 16 }; 17 18 + vendorHash = "sha256-zpYc8DurFG6Hqmf8YDSapFbHIvE1HGs5yajrLWtewO4="; 19 20 # Disable tests since it requires network access and relies on the 21 # presence of certain AWS infrastructure