go-licence-detector: 0.9.1 -> 0.10.0

This commit is contained in:
R. Ryantm
2025-10-10 22:11:54 +00:00
parent fb45249f52
commit 9719244db1

View File

@@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "go-licence-detector"; pname = "go-licence-detector";
version = "0.9.1"; version = "0.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elastic"; owner = "elastic";
repo = "go-licence-detector"; repo = "go-licence-detector";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Mo4eBBP9UueLEMVnxndatizDaxVyZuHACvFoV38dRVI="; hash = "sha256-/94rUYWS8r8rRTmMyNs93voLdK3WlzJlIQWxgGE6eaQ=";
}; };
vendorHash = "sha256-quFa2gBPsyRMOBde+KsIF8NCHYSF+X9skvIWnpm2Nss="; vendorHash = "sha256-wJ6jB8MxyYOlOpABRv5GmULofWuPQR8yClj63qsr/tg=";
meta = with lib; { meta = with lib; {
description = "Detect licences in Go projects and generate documentation"; description = "Detect licences in Go projects and generate documentation";