0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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 { stdenv.mkDerivation rec {
name = "burp-${version}"; name = "burp-${version}";
version = "2.1.30"; version = "2.1.32";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grke"; owner = "grke";
repo = "burp"; repo = "burp";
rev = version; rev = version;
sha256 = "0l9zcw50zr081ddspl6vnh6d6cwyzgqzg7n5pq92dwbmd64qpz9p"; sha256 = "1izs5vavffvj6z478s5x1shg71p2v5bnnrsam1avs21ylxbfnxi5";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];