helm-docs: 1.11.0 -> 1.11.1

This commit is contained in:
Aaron Jheng 2023-09-09 10:21:36 +08:00
parent c44317643e
commit e71a2ba9f9
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -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 = [