tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kubergrunt: 0.14.2 -> 0.15.0
R. Ryantm
2 years ago
d0469c6f
ce935575
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
kubergrunt
default.nix
+3
-3
pkgs/applications/networking/cluster/kubergrunt/default.nix
···
2
3
buildGoModule rec {
4
pname = "kubergrunt";
5
-
version = "0.14.2";
6
7
src = fetchFromGitHub {
8
owner = "gruntwork-io";
9
repo = "kubergrunt";
10
rev = "v${version}";
11
-
sha256 = "sha256-r2lx+R/TQxD/miCJK3V//N3gKiCrg/mneT9BS+ZqRiU=";
12
};
13
14
-
vendorHash = "sha256-K24y41qpuyBHqljUAtNQu3H8BNqznxYOsvEVo+57OtY=";
15
16
# Disable tests since it requires network access and relies on the
17
# presence of certain AWS infrastructure
···
2
3
buildGoModule rec {
4
pname = "kubergrunt";
5
+
version = "0.15.0";
6
7
src = fetchFromGitHub {
8
owner = "gruntwork-io";
9
repo = "kubergrunt";
10
rev = "v${version}";
11
+
sha256 = "sha256-yN5tpe3ayQPhTlBvxlt7CD6mSURCB4lxGatEK9OThzs=";
12
};
13
14
+
vendorHash = "sha256-VJkqg2cnpYHuEYOv5+spoyRWFAdFWE7YIVYaN9OmIZM=";
15
16
# Disable tests since it requires network access and relies on the
17
# presence of certain AWS infrastructure