about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm-docs
diff options
context:
space:
mode:
authorAbin Simon <mail@meain.io>2022-06-25 11:43:04 +0530
committerAbin Simon <mail@meain.io>2022-06-25 11:43:04 +0530
commitdeab8d654d050721848fa1049d2f30e72f74a38a (patch)
treee2273e92a78e717e6933972907234f88b3dbdf49 /pkgs/applications/networking/cluster/helm-docs
parent1b4b52253f2739a667201b84a5f2f2bae2fdf50f (diff)
helm-docs: 1.8.1 -> 1.10.0
Diffstat (limited to 'pkgs/applications/networking/cluster/helm-docs')
-rw-r--r--pkgs/applications/networking/cluster/helm-docs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/helm-docs/default.nix b/pkgs/applications/networking/cluster/helm-docs/default.nix
index 1d3c9f43e906b..cdd6c68a76fba 100644
--- a/pkgs/applications/networking/cluster/helm-docs/default.nix
+++ b/pkgs/applications/networking/cluster/helm-docs/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "helm-docs";
-  version = "1.8.1";
+  version = "1.10.0";
 
   src = fetchFromGitHub {
     owner = "norwoodj";
     repo = "helm-docs";
     rev = "v${version}";
-    sha256 = "sha256-OpS/CYBb2Ll6ktvEhqkw/bWMSrFa4duidK3Glu8EnPw=";
+    sha256 = "sha256-V7Qw20PPoAEXl/XAMj/WSM73fLdp/gH4G3ipx49p06o=";
   };
 
   vendorSha256 = "sha256-FpmeOQ8nV+sEVu2+nY9o9aFbCpwSShQUFOmyzwEQ9Pw=";