Skip to content

Commit 74adbd2

Browse files
eksctl: 0.199.0 -> 0.200.0 (NixOS#372289)
Co-authored-by: xrelkd <[email protected]>
2 parents 5f3892e + a846166 commit 74adbd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

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

1919
vendorHash = "sha256-T8F+auAf07tTzh80fk7PcuVNv8Wx4ArmY2OxXL2FH+I=";

0 commit comments

Comments
 (0)