1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

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

burp: 2.1.32 -> 2.2.4
This commit is contained in:
Jörg Thalheim 2018-09-21 12:29:05 +01:00 committed by GitHub
commit bd8856d4c3
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.32";
version = "2.2.4";
src = fetchFromGitHub {
owner = "grke";
repo = "burp";
rev = version;
sha256 = "1izs5vavffvj6z478s5x1shg71p2v5bnnrsam1avs21ylxbfnxi5";
sha256 = "0y63z1vcm5h7s0q5lv94gpdqnfgi2qb0g0h81idai5p0yqw09v8h";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];