Skip to content

Commit 5789a00

Browse files
eksctl: 0.205.0 -> 0.206.0 (NixOS#393281)
Co-authored-by: xrelkd <xrelkd@users.noreply.github.com>
2 parents 060c0bb + 389e8c0 commit 5789a00

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.205.0";
10+
version = "0.206.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "weaveworks";
1414
repo = pname;
1515
rev = version;
16-
hash = "sha256-MAD+Z5hXquwuTnr87UU1IBTmbJ80exK64UbHgNyBhRI=";
16+
hash = "sha256-wJl3PhrTbjgrI5aRNmqHkPr43SYw0m5nLWPtVqazlfg=";
1717
};
1818

19-
vendorHash = "sha256-CpNHVqhdrxtGnYaWfFNRTuEi1WyBMxSV7RbfqtYpcmw=";
19+
vendorHash = "sha256-Ipj4Ss9x7HnAAweoQlWsmOUhU+toGyR4aGTRhIHHw/0=";
2020

2121
doCheck = false;
2222

0 commit comments

Comments
 (0)