Skip to content

Commit

Permalink
burp 2.1.28 -> 2.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
tokudan authored and obadz committed Mar 4, 2018
1 parent 9e1c2ba commit 431d05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/backup/burp/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "burp-${version}";
version = "2.1.28";
version = "2.1.30";

src = fetchFromGitHub {
owner = "grke";
repo = "burp";
rev = version;
sha256 = "1i8j15pmnn9cn6cd4dnp28qbisq8cl9l4y3chsmil4xqljr9fi5x";
sha256 = "0l9zcw50zr081ddspl6vnh6d6cwyzgqzg7n5pq92dwbmd64qpz9p";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit 431d05c

Please sign in to comment.