about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm-docs
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-09 10:21:36 +0800
committerAaron Jheng <wentworth@outlook.com>2023-09-09 10:21:36 +0800
commite71a2ba9f9b83264a2fd40992ff9a5dc1c998b16 (patch)
treeca8d54180e93f12957e2a805434e9b9fbfac4da2 /pkgs/applications/networking/cluster/helm-docs
parentc44317643ebf160b50a86a23d203d99aaee8c133 (diff)
helm-docs: 1.11.0 -> 1.11.1
Diffstat (limited to 'pkgs/applications/networking/cluster/helm-docs')
-rw-r--r--pkgs/applications/networking/cluster/helm-docs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helm-docs/default.nix b/pkgs/applications/networking/cluster/helm-docs/default.nix
index 3a09148394f72..657d428912dd4 100644
--- a/pkgs/applications/networking/cluster/helm-docs/default.nix
+++ b/pkgs/applications/networking/cluster/helm-docs/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "helm-docs";
-  version = "1.11.0";
+  version = "1.11.1";
 
   src = fetchFromGitHub {
     owner = "norwoodj";
     repo = "helm-docs";
     rev = "v${version}";
-    sha256 = "sha256-476ZhjRwHlNJFkHzY8qQ7WbAUUpFNSoxXLGX9esDA/E=";
+    hash = "sha256-4o3hdqaW/AtegKStMKVerE3dRr3iZxQ+Lm2Aj3aOy98=";
   };
 
-  vendorSha256 = "sha256-xXwunk9rmzZEtqmSo8biuXnAjPp7fqWdQ+Kt9+Di9N8=";
+  vendorHash = "sha256-6byD8FdeqdRDNUZFZ7FUUdyTuFOO8s3rb6YPGKdwLB8=";
 
   subPackages = [ "cmd/helm-docs" ];
   ldflags = [