Merge pull request #229822 from r-ryantm/auto-update/pretender
pretender: 1.0.0 -> 1.1.0
This commit is contained in:
commit
ede844d7b0
1 changed files with 5 additions and 4 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "pretender";
|
||||
version = "1.0.0";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RedTeamPentesting";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-JTNmebubaJQMtZm1ZGZote1qXjjiMcxSGQYPgLZXd0o=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-iWAejgI/q1lh8daybPItzQA91Ayg3ZgddGFXWm3cuww=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-CpMrxAZ+7Dc1UgH+AnuGh+gpBZpLshck/1+9WJNssEk=";
|
||||
vendorHash = "sha256-uw3mpf27OH5uNKmvCFcTw+YFoxVEqT4Fz/CSl9Wjbv0=";
|
||||
|
||||
# Tests require network access
|
||||
doCheck = false;
|
||||
|
@ -22,6 +22,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Tool for handling machine-in-the-middle tasks";
|
||||
homepage = "https://github.com/RedTeamPentesting/pretender";
|
||||
changelog = "https://github.com/RedTeamPentesting/pretender/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue