mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
burpsuite: 1.7.23 -> 1.7.36
This commit is contained in:
parent
896c656f10
commit
81b697db58
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, jre, runtimeShell }:
|
||||
|
||||
let
|
||||
version = "1.7.23";
|
||||
version = "1.7.36";
|
||||
jar = fetchurl {
|
||||
name = "burpsuite.jar";
|
||||
url = "https://portswigger.net/Burp/Releases/Download?productId=100&version=${version}&type=Jar";
|
||||
sha256 = "1y83qisn9pkn88vphpli7h8nacv8jv3sq0h04zbri25nfkgvl4an";
|
||||
sha256 = "12m4fn04yd89r6x4m4yd668p5v0bs9b1h6p239bjj11ykyi3g51a";
|
||||
};
|
||||
launcher = ''
|
||||
#!${runtimeShell}
|
||||
|
Loading…
Reference in New Issue
Block a user