mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-05 23:02:22 +00:00
Merge pull request #81056 from r-ryantm/auto-update/bfs
bfs: 1.5.2 -> 1.6
This commit is contained in:
commit
3a0da440a3
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bfs";
|
pname = "bfs";
|
||||||
version = "1.5.2";
|
version = "1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "bfs";
|
repo = "bfs";
|
||||||
owner = "tavianator";
|
owner = "tavianator";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "04jgah6yvz3i2bwrv1ki2nmj1yinba7djbfq8n8ism4gffsza9dz";
|
sha256 = "0qrxd1vdz2crk7jf7cdda5bhm1f841hjvin7fn497wymwr5qyjah";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isLinux [ libcap acl ];
|
buildInputs = stdenv.lib.optionals stdenv.isLinux [ libcap acl ];
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
bfs is a variant of the UNIX find command that operates breadth-first rather than
|
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.
|
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;
|
license = licenses.bsd0;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ yesbox ];
|
maintainers = with maintainers; [ yesbox ];
|
||||||
|
|
Loading…
Reference in a new issue