about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm-docs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-23 06:03:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-23 06:03:34 +0000
commit2d9cbec354a9b14926d3d5107310bb654fecbbf8 (patch)
treee33537aaea47c71d359c3dabbbd7d1299b25ba9e /pkgs/applications/networking/cluster/helm-docs
parentc1bb79af498e4c548a551748053edb522ff4467a (diff)
helm-docs: 1.11.1 -> 1.11.2
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 657d428912dd4..cf286c8dc6f54 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.11.1";
+  version = "1.11.2";
 
   src = fetchFromGitHub {
     owner = "norwoodj";
     repo = "helm-docs";
     rev = "v${version}";
-    hash = "sha256-4o3hdqaW/AtegKStMKVerE3dRr3iZxQ+Lm2Aj3aOy98=";
+    hash = "sha256-w4QV96/02Pbs/l0lTLPYY8Ag21ZDDVPdgvuveiKUCoM=";
   };
 
   vendorHash = "sha256-6byD8FdeqdRDNUZFZ7FUUdyTuFOO8s3rb6YPGKdwLB8=";