Skip to content

Commit 6685b7a

Browse files
committedJul 3, 2017
burpsuite: 1.7.06 -> 1.7.23
1 parent 7d36ae3 commit 6685b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/networking/burpsuite/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ stdenv, fetchurl, jre }:
22

33
let
4-
version = "1.7.06";
4+
version = "1.7.23";
55
jar = fetchurl {
66
name = "burpsuite.jar";
77
url = "https://portswigger.net/Burp/Releases/Download?productId=100&version=${version}&type=Jar";
8-
sha256 = "13x3x0la2jmm7zr66mvczzlmsy1parfibnl9s4iwi1nls4ikv7kl";
8+
sha256 = "1y83qisn9pkn88vphpli7h8nacv8jv3sq0h04zbri25nfkgvl4an";
99
};
1010
launcher = ''
1111
#!${stdenv.shell}

0 commit comments

Comments
 (0)