Fabian Affolter 2024-06-02 09:01:36 +02:00
parent 33ce263359
commit 7617c6b255

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "mantra";
version = "1.1";
version = "2.0";
src = fetchFromGitHub {
owner = "MrEmpy";
repo = "Mantra";
rev = "refs/tags/v.${version}";
hash = "sha256-wIFZgxl6qULDvdUeq4yiuc5dPDudKsYvVUewSL0ITNM=";
rev = "refs/tags/v${version}";
hash = "sha256-fBcoKoTBGCyJS8+mzKXLGxcxmRsCcZFZEyMTnA5Rkbw=";
};
vendorHash = null;
@ -24,7 +24,7 @@ buildGoModule rec {
meta = with lib; {
description = "Tool used to hunt down API key leaks in JS files and pages";
homepage = "https://github.com/MrEmpy/Mantra";
changelog = "https://github.com/MrEmpy/Mantra/releases/tag/v.${version}";
changelog = "https://github.com/MrEmpy/Mantra/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ fab ];
mainProgram = "mantra";