tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
k9s: 0.32.3 -> 0.32.4
R. Ryantm
2 years ago
a12c8acd
0cb727d0
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
k9s
default.nix
+3
-3
pkgs/applications/networking/cluster/k9s/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "k9s";
5
5
-
version = "0.32.3";
5
5
+
version = "0.32.4";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "derailed";
9
9
repo = "k9s";
10
10
rev = "v${version}";
11
11
-
hash = "sha256-rw+MoMI/VmFvCE94atfP+djg+N75qwRfxjRlyCvLxR8=";
11
11
+
hash = "sha256-0MAnN1ekzHLs25EspDN3xacmDvwXGwKO/5RsCMMwTI8=";
12
12
};
13
13
14
14
ldflags = [
···
23
23
24
24
proxyVendor = true;
25
25
26
26
-
vendorHash = "sha256-R/lQAjEfch3RtJNsny6ox0ZgUOFGZdoUEgmeIIM/pmQ=";
26
26
+
vendorHash = "sha256-Eaz56iU862KDAlVPuMo8qPuWSFCxEFcJ3Qubl9TUiyI=";
27
27
28
28
# TODO investigate why some config tests are failing
29
29
doCheck = !(stdenv.isDarwin && stdenv.isAarch64);