Merge pull request #316616 from fabaff/mantra-bump

mantra: 1.1 -> 2.0
This commit is contained in:
Nick Cao
2024-06-02 10:38:09 -04:00
committed by GitHub
+4 -4
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";