mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
metabigor: 2.1.0 -> 2.2.0 (#550576)
This commit is contained in:
@@ -2,33 +2,35 @@
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "metabigor";
|
||||
version = "2.1.0";
|
||||
version = "2.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "j3ssie";
|
||||
repo = "metabigor";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-sFrcre4S2VTmKFzBLCkFXLr+HW/WZ0XhMEFl7N1WgOA=";
|
||||
hash = "sha256-zlgPlCNNE6y4L4+Urw/EbNMwzSnOajILDHaT7HPVRqM=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-GN069be+ZUXBA0d8Mq4ffgTM8JHlDhlVZCw2AyAxVHw=";
|
||||
vendorHash = "sha256-hqFu2sUh2M0vO7/Zm46IW0Zlbx9Q8uwEnD8WXL8SC14=";
|
||||
|
||||
ldflags = [
|
||||
"-w"
|
||||
"-s"
|
||||
];
|
||||
ldflags = [ "-s" ];
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
|
||||
# Disabled for now as there are some failures ("undefined:")
|
||||
doCheck = false;
|
||||
|
||||
doInstallCheck = true;
|
||||
|
||||
meta = {
|
||||
description = "Tool to perform OSINT tasks";
|
||||
homepage = "https://github.com/j3ssie/metabigor";
|
||||
changelog = "https://github.com/j3ssie/metabigor/releases/tag/v${finalAttrs.version}";
|
||||
changelog = "https://github.com/j3ssie/metabigor/releases/tag/v${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "metabigor";
|
||||
|
||||
Reference in New Issue
Block a user