Merge pull request #38746 from r-ryantm/auto-update/burp

burp: 2.1.30 -> 2.1.32
This commit is contained in:
Matthew Justin Bauer 2018-04-18 22:16:19 -05:00 committed by GitHub
commit fd41e56d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "burp-${version}";
version = "2.1.30";
version = "2.1.32";
src = fetchFromGitHub {
owner = "grke";
repo = "burp";
rev = version;
sha256 = "0l9zcw50zr081ddspl6vnh6d6cwyzgqzg7n5pq92dwbmd64qpz9p";
sha256 = "1izs5vavffvj6z478s5x1shg71p2v5bnnrsam1avs21ylxbfnxi5";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];