cariddi: 1.4.4 -> 1.4.5 (#479095)
This commit is contained in:
@@ -4,18 +4,18 @@
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "cariddi";
|
||||
version = "1.4.4";
|
||||
version = "1.4.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "edoardottt";
|
||||
repo = "cariddi";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-1u8UB4nK3Jqb3Ah+A6yCPqGkVOPJOG/oliJLUCNuVgI=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ULeG+TmpRbHT+GsEuEsSSCzlOwRzDzUZmPZNN7KZdrA=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-nCxAlrIprCbdCHo/5IWriK19bo9sm5NQkJ+EwYCw+Bs=";
|
||||
vendorHash = "sha256-DgyDRMDYBC4GVuffJCrNpoDsqtpZ/LH++q5zXdkC1YE=";
|
||||
|
||||
ldflags = [
|
||||
"-w"
|
||||
@@ -25,9 +25,9 @@ buildGoModule rec {
|
||||
meta = {
|
||||
description = "Crawler for URLs and endpoints";
|
||||
homepage = "https://github.com/edoardottt/cariddi";
|
||||
changelog = "https://github.com/edoardottt/cariddi/releases/tag/v${version}";
|
||||
license = with lib.licenses; [ gpl3Plus ];
|
||||
changelog = "https://github.com/edoardottt/cariddi/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "cariddi";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user