Merge pull request #298264 from r-ryantm/auto-update/helm-docs
helm-docs: 1.11.2 -> 1.13.1
This commit is contained in:
commit
b809824585
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "helm-docs";
|
pname = "helm-docs";
|
||||||
version = "1.11.2";
|
version = "1.13.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "norwoodj";
|
owner = "norwoodj";
|
||||||
repo = "helm-docs";
|
repo = "helm-docs";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-w4QV96/02Pbs/l0lTLPYY8Ag21ZDDVPdgvuveiKUCoM=";
|
hash = "sha256-lSGgT+aWp4NgiIoCnR4TNdecEqIZVnKMmGtEingq05o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-6byD8FdeqdRDNUZFZ7FUUdyTuFOO8s3rb6YPGKdwLB8=";
|
vendorHash = "sha256-LpARmDupT+vUPqUwFnvOGKOaBQbTuTvQnWc5Q2bGBaY=";
|
||||||
|
|
||||||
subPackages = [ "cmd/helm-docs" ];
|
subPackages = [ "cmd/helm-docs" ];
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
|
Loading…
Reference in a new issue