kubergrunt: 0.18.2 -> 0.18.3 (#439144)

authored by nixpkgs-merge-bot[bot] and committed by GitHub d16c5529 1a4c224f

+3 -3
+3 -3
pkgs/by-name/ku/kubergrunt/package.nix
··· 6 7 buildGoModule rec { 8 pname = "kubergrunt"; 9 - version = "0.18.2"; 10 11 src = fetchFromGitHub { 12 owner = "gruntwork-io"; 13 repo = "kubergrunt"; 14 rev = "v${version}"; 15 - sha256 = "sha256-S1IJRgUIuoFWOjVkgCFbEokbcRZgcBH/HlFHxKM14WY="; 16 }; 17 18 - vendorHash = "sha256-f+M/aiHS0dT0Cg1jVP0E+VtlKgMmkLAfZgEK34ZOB1M="; 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.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