tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
eksctl: 0.143.0 -> 0.144.0
R. Ryantm
2 years ago
346b9c85
d5210941
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
admin
eksctl
default.nix
+3
-3
pkgs/tools/admin/eksctl/default.nix
reviewed
···
2
2
3
3
buildGoModule rec {
4
4
pname = "eksctl";
5
5
-
version = "0.143.0";
5
5
+
version = "0.144.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "weaveworks";
9
9
repo = pname;
10
10
rev = version;
11
11
-
hash = "sha256-FVZQooV1sygxubPZ/9CvWIEcDhDGIbreDPUBrtyIy60=";
11
11
+
hash = "sha256-ZbapTT9tZFz+TGefElU3oHhLc6mWqxd4L9HxcryFuHw=";
12
12
};
13
13
14
14
-
vendorHash = "sha256-WJ7pTooO4/o0IR4Rio+EoN7oxmobG7GqT7aEUqusKI0=";
14
14
+
vendorHash = "sha256-4ORKH9jnrow3gbV6zyiWb93yJzJVfIe/O+wST5+DmFQ=";
15
15
16
16
doCheck = false;
17
17