Unverified Commit 9cb540e9 authored by lewo's avatar lewo Committed by GitHub
Browse files

Merge pull request #260816 from cafkafk/cafk-bfs-3.0.4

bfs: 3.0.1 -> 3.0.4
parents db7978c8 f8bcc5a0
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "bfs";
  version = "3.0.1";
  version = "3.0.4";

  src = fetchFromGitHub {
    repo = "bfs";
    owner = "tavianator";
    rev = version;
    sha256 = "sha256-/CiQUK6nmu3MtkG5PMQPn05qIO/M0Oy/LdBI/8oFdqA=";
    hash = "sha256-45pWJjC2ol89HYGxi3QP8Y9/pFRx7NBNyYCK4RN2SXk=";
  };

  buildInputs = [ oniguruma ] ++ lib.optionals stdenv.isLinux [ libcap acl ];
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/tavianator/bfs";
    license = licenses.bsd0;
    platforms = platforms.unix;
    maintainers = with maintainers; [ yesbox ];
    maintainers = with maintainers; [ yesbox cafkafk ];
    mainProgram = "bfs";
  };
}