tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
helm-docs: 1.11.2 -> 1.13.1
R. Ryantm
2 years ago
792fee6f
53c8f294
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
helm-docs
default.nix
+3
-3
pkgs/applications/networking/cluster/helm-docs/default.nix
···
2
3
buildGoModule rec {
4
pname = "helm-docs";
5
-
version = "1.11.2";
6
7
src = fetchFromGitHub {
8
owner = "norwoodj";
9
repo = "helm-docs";
10
rev = "v${version}";
11
-
hash = "sha256-w4QV96/02Pbs/l0lTLPYY8Ag21ZDDVPdgvuveiKUCoM=";
12
};
13
14
-
vendorHash = "sha256-6byD8FdeqdRDNUZFZ7FUUdyTuFOO8s3rb6YPGKdwLB8=";
15
16
subPackages = [ "cmd/helm-docs" ];
17
ldflags = [
···
2
3
buildGoModule rec {
4
pname = "helm-docs";
5
+
version = "1.13.1";
6
7
src = fetchFromGitHub {
8
owner = "norwoodj";
9
repo = "helm-docs";
10
rev = "v${version}";
11
+
hash = "sha256-lSGgT+aWp4NgiIoCnR4TNdecEqIZVnKMmGtEingq05o=";
12
};
13
14
+
vendorHash = "sha256-LpARmDupT+vUPqUwFnvOGKOaBQbTuTvQnWc5Q2bGBaY=";
15
16
subPackages = [ "cmd/helm-docs" ];
17
ldflags = [