mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:27:43 +00:00
mantra: 1.1 -> 2.0
Diff: https://github.com/MrEmpy/Mantra/compare/refs/tags/v1.1...v2.0 Changelog: https://github.com/MrEmpy/Mantra/releases/tag/v2.0
This commit is contained in:
parent
33ce263359
commit
7617c6b255
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user