Skip to content

Commit

Permalink
bfs: 1.5.2 -> 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 25, 2020
1 parent e893358 commit a47195b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/bfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "bfs";
version = "1.5.2";
version = "1.6";

src = fetchFromGitHub {
repo = "bfs";
owner = "tavianator";
rev = version;
sha256 = "04jgah6yvz3i2bwrv1ki2nmj1yinba7djbfq8n8ism4gffsza9dz";
sha256 = "0qrxd1vdz2crk7jf7cdda5bhm1f841hjvin7fn497wymwr5qyjah";
};

buildInputs = stdenv.lib.optionals stdenv.isLinux [ libcap acl ];
Expand All @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
bfs is a variant of the UNIX find command that operates breadth-first rather than
depth-first. It is otherwise intended to be compatible with many versions of find.
'';
homepage = https://github.com/tavianator/bfs;
homepage = "https://github.com/tavianator/bfs";
license = licenses.bsd0;
platforms = platforms.unix;
maintainers = with maintainers; [ yesbox ];
Expand Down

0 comments on commit a47195b

Please sign in to comment.