Merge pull request #100855 from r-ryantm/auto-update/bfs

bfs: 1.7 -> 2.0
This commit is contained in:
Ryan Mulligan 2020-10-19 15:50:00 -07:00 committed by GitHub
commit 76f5ffdb70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bfs";
version = "1.7";
version = "2.0";
src = fetchFromGitHub {
repo = "bfs";
owner = "tavianator";
rev = version;
sha256 = "1jkz99i10y6dwc4dyh2vp3p549jscgwjdp6x17mcw561bnam2287";
sha256 = "0cx650cz4ap1ng25n17pkz0n6zcs87l4bs0mabhqr289rfkf3ddd";
};
buildInputs = stdenv.lib.optionals stdenv.isLinux [ libcap acl ];