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:
commit
fd41e56d0b
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue