mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Revert "burp: 2.1.32 -> 2.2.4"
2.2.4 is not considered a stable version and is actually old.
This reverts commit fa693e95f4
.
This commit is contained in:
parent
4eb077bed7
commit
acbe6b2374
@ -3,13 +3,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "burp-${version}";
|
||||
version = "2.2.4";
|
||||
version = "2.1.32";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "grke";
|
||||
repo = "burp";
|
||||
rev = version;
|
||||
sha256 = "0y63z1vcm5h7s0q5lv94gpdqnfgi2qb0g0h81idai5p0yqw09v8h";
|
||||
sha256 = "1izs5vavffvj6z478s5x1shg71p2v5bnnrsam1avs21ylxbfnxi5";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user