Merge pull request #293951 from mfrw/mfrw/bfs-3.1.3

bfs: 3.1.2 -> 3.1.3
This commit is contained in:
kirillrdy 2024-03-07 17:22:33 +11:00 committed by GitHub
commit bc84a2957e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bfs";
version = "3.1.2";
version = "3.1.3";
src = fetchFromGitHub {
repo = "bfs";
owner = "tavianator";
rev = version;
hash = "sha256-xq29KzONDkq+KeABl8rpu0vr50KKFw/UKPFDXcAMNoo=";
hash = "sha256-/thPPueNrYzbxxZYAqlxZ2GEsceCzd+LkI84S8AS1mo=";
};
buildInputs = [ oniguruma ] ++ lib.optionals stdenv.isLinux [ libcap acl liburing ];