go-licence-detector: 0.9.0 -> 0.9.1
Changelog: https://github.com/elastic/go-licence-detector/releases/tag/v0.9.1 Diff: https://github.com/elastic/go-licence-detector/compare/v0.9.0...v0.9.1
This commit is contained in:
parent
2bb57ed7e7
commit
1e1803c768
@ -6,20 +6,15 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "go-licence-detector";
|
pname = "go-licence-detector";
|
||||||
version = "0.9.0";
|
version = "0.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elastic";
|
owner = "elastic";
|
||||||
repo = "go-licence-detector";
|
repo = "go-licence-detector";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-z2fJsDnDhD/0fF1QEQIKB398TqAsug1Ye5LbGpJWyfE=";
|
hash = "sha256-Mo4eBBP9UueLEMVnxndatizDaxVyZuHACvFoV38dRVI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace go.mod \
|
|
||||||
--replace-fail "go 1.24.5" "go 1.24"
|
|
||||||
'';
|
|
||||||
|
|
||||||
vendorHash = "sha256-quFa2gBPsyRMOBde+KsIF8NCHYSF+X9skvIWnpm2Nss=";
|
vendorHash = "sha256-quFa2gBPsyRMOBde+KsIF8NCHYSF+X9skvIWnpm2Nss=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user