mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #59243 from lihop/update-burpsuite
burpsuite: 1.7.23 -> 1.7.36
This commit is contained in:
commit
42a1beb5d7
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue