kubergrunt: 0.16.0 -> 0.17.0 (#387702)

authored by

Nick Cao and committed by
GitHub
d0ebda74 f63ee357

+3 -3
+3 -3
pkgs/by-name/ku/kubergrunt/package.nix
··· 6 7 buildGoModule rec { 8 pname = "kubergrunt"; 9 - version = "0.16.0"; 10 11 src = fetchFromGitHub { 12 owner = "gruntwork-io"; 13 repo = "kubergrunt"; 14 rev = "v${version}"; 15 - sha256 = "sha256-FOXnerB6qmUUotWLlTTsR5x0+A0Q9D8PVDTMG8j8b9o="; 16 }; 17 18 - vendorHash = "sha256-rgU6Yv+gmKShWfpPaWtK2VIBPgFSsPVOnUzIp2+V7oI="; 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.17.0"; 10 11 src = fetchFromGitHub { 12 owner = "gruntwork-io"; 13 repo = "kubergrunt"; 14 rev = "v${version}"; 15 + sha256 = "sha256-m7Cx/0XsHJrnsH68vcwpsHlPggEN4XuXYXw0Xgp+qcI="; 16 }; 17 18 + vendorHash = "sha256-gJrZ0iQTRUypbYaeTYNxH3AlT5J65uzKpKNtylwEApk="; 19 20 # Disable tests since it requires network access and relies on the 21 # presence of certain AWS infrastructure