Skip to content

Commit

Permalink
burp: 2.0.54 -> 2.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
tokudan authored and adisbladis committed Feb 7, 2018
1 parent be8cc03 commit bfa1390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/backup/burp/default.nix
@@ -1,18 +1,18 @@
{ stdenv, fetchFromGitHub, autoreconfHook
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig
, acl, librsync, ncurses, openssl, zlib, uthash }:

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

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

nativeBuildInputs = [ autoreconfHook ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ librsync ncurses openssl zlib uthash ]
++ stdenv.lib.optional (!stdenv.isDarwin) acl;

Expand Down

0 comments on commit bfa1390

Please sign in to comment.