eksctl: 0.52.0 -> 0.53.0

This commit is contained in:
R. RyanTM 2021-06-14 21:08:39 +00:00
parent 19c5fd76f8
commit 8b0e2be7de

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "eksctl";
version = "0.52.0";
version = "0.53.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-P8v8XliY8XbfdiqSUTUhI4HYBKzAk/LHVSF0OLS8Vag=";
sha256 = "sha256-CWoRkx3OPlIeyUuGCyaGTlJ0zgcgsxlebSG0Zljr0zg=";
};
vendorSha256 = "sha256-4aZVQjcrZ6NKXr0ZFMWEcf6jMtp6TlRlinZ6ZZvLDyE=";
vendorSha256 = "sha256-499c3Y9IUV8lc+O9qcEeFKQDT4QDvOPmu0rmps7M47w=";
doCheck = false;