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

bfs: 2.2.1 -> 2.3
This commit is contained in:
Bobby Rong 2022-01-19 19:39:36 +08:00 committed by GitHub
commit ff09dd8dac
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 = "2.2.1";
version = "2.3";
src = fetchFromGitHub {
repo = "bfs";
owner = "tavianator";
rev = version;
sha256 = "sha256-3E1EXtI8QvHRDoVSV21K1/Rknp3E+GV1n5iorrv5jNY=";
sha256 = "sha256-ng8/Cgo54MRtrYHRRU9b1v+O1yN5ji/VuV87BWABIMM=";
};
buildInputs = lib.optionals stdenv.isLinux [ libcap acl ];