Merge pull request #300685 from r-ryantm/auto-update/cariddi

cariddi: 1.3.2 -> 1.3.3
This commit is contained in:
Weijia Wang 2024-04-02 14:23:02 +02:00 committed by GitHub
commit 87eef3e3c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,23 +5,28 @@
buildGoModule rec {
pname = "cariddi";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "edoardottt";
repo = pname;
repo = "cariddi";
rev = "refs/tags/v${version}";
hash = "sha256-oM4A4chSBTiCMr3bW0AvjAFlyuqvKKKY2Ji4PYRsUqA=";
hash = "sha256-nApgsvHSMWmgJWyvdtBdrGt9v8YSwWiGnmrDS8vVvDw=";
};
vendorHash = "sha256-EeoJssX/OkIJKltANfvMirvDVmVVIe9hDj+rThKpd10=";
vendorHash = "sha256-GgJyYDnlaFybf3Gu1gVcA12HkA0yUIjYEFj0G83GVGQ=";
ldflags = [
"-w"
"-s"
];
meta = with lib; {
description = "Crawler for URLs and endpoints";
mainProgram = "cariddi";
homepage = "https://github.com/edoardottt/cariddi";
changelog = "https://github.com/edoardottt/cariddi/releases/tag/v${version}";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
mainProgram = "cariddi";
};
}