forked from mirrors/nixpkgs
mubeng: add changelog to meta
This commit is contained in:
parent
cb45646eb1
commit
cf47201dcc
|
@ -11,16 +11,21 @@ buildGoModule rec {
|
||||||
owner = "kitabisa";
|
owner = "kitabisa";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-NBZmu0VcVUhJSdM3fzZ+4Q5oX8uxO6GLpEUq74x8HUU=";
|
hash = "sha256-NBZmu0VcVUhJSdM3fzZ+4Q5oX8uxO6GLpEUq74x8HUU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-1JxyP6CrJ4/g7o3eGeN1kRXJU/jNLEB8fW1bjJytQqQ=";
|
vendorHash = "sha256-1JxyP6CrJ4/g7o3eGeN1kRXJU/jNLEB8fW1bjJytQqQ=";
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" "-X ktbs.dev/mubeng/common.Version=${version}" ];
|
ldflags = [
|
||||||
|
"-s"
|
||||||
|
"-w"
|
||||||
|
"-X ktbs.dev/mubeng/common.Version=${version}"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Proxy checker and IP rotator";
|
description = "Proxy checker and IP rotator";
|
||||||
homepage = "https://github.com/kitabisa/mubeng";
|
homepage = "https://github.com/kitabisa/mubeng";
|
||||||
|
changelog = "https://github.com/kitabisa/mubeng/releases/tag/v${version}";
|
||||||
license = with licenses; [ asl20 ];
|
license = with licenses; [ asl20 ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue