Skip to content

Commit f846950

Browse files
eksctl: 0.200.0 -> 0.201.0 (NixOS#375793)
Co-authored-by: xrelkd <[email protected]>
2 parents d1dac6d + dec847a commit f846950

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ek/eksctl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "eksctl";
10-
version = "0.200.0";
10+
version = "0.201.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "weaveworks";
1414
repo = pname;
1515
rev = version;
16-
hash = "sha256-FvWNK27bN5NKP/d3UXdDUtYgEOu62h7janQIZ/Ibk1Q=";
16+
hash = "sha256-mvIidkr3fUs8TbD8voqE8NAA14XPPuXC9u/2pc2ShK4=";
1717
};
1818

19-
vendorHash = "sha256-T8F+auAf07tTzh80fk7PcuVNv8Wx4ArmY2OxXL2FH+I=";
19+
vendorHash = "sha256-qOV6mAKwLrF5+/q/PS2qVJcQx84CjNinv/e8KG+lxfI=";
2020

2121
doCheck = false;
2222

0 commit comments

Comments
 (0)