helm-docs: 1.11.1 -> 1.11.2

+2 -2
+2 -2
pkgs/applications/networking/cluster/helm-docs/default.nix
··· 2 3 buildGoModule rec { 4 pname = "helm-docs"; 5 - version = "1.11.1"; 6 7 src = fetchFromGitHub { 8 owner = "norwoodj"; 9 repo = "helm-docs"; 10 rev = "v${version}"; 11 - hash = "sha256-4o3hdqaW/AtegKStMKVerE3dRr3iZxQ+Lm2Aj3aOy98="; 12 }; 13 14 vendorHash = "sha256-6byD8FdeqdRDNUZFZ7FUUdyTuFOO8s3rb6YPGKdwLB8=";
··· 2 3 buildGoModule rec { 4 pname = "helm-docs"; 5 + version = "1.11.2"; 6 7 src = fetchFromGitHub { 8 owner = "norwoodj"; 9 repo = "helm-docs"; 10 rev = "v${version}"; 11 + hash = "sha256-w4QV96/02Pbs/l0lTLPYY8Ag21ZDDVPdgvuveiKUCoM="; 12 }; 13 14 vendorHash = "sha256-6byD8FdeqdRDNUZFZ7FUUdyTuFOO8s3rb6YPGKdwLB8=";