From 3011877033dcc5141c0eea85179a2cbb1e09f8e8 Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Thu, 7 Mar 2024 09:12:32 +0530 Subject: [PATCH] bfs: 3.1.2 -> 3.1.3 Diff: https://github.com/tavianator/bfs/compare/3.1.2...3.1.3 Signed-off-by: Muhammad Falak R Wani --- pkgs/tools/system/bfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/system/bfs/default.nix b/pkgs/tools/system/bfs/default.nix index 9ea63fafdeda..ea23d7307d72 100644 --- a/pkgs/tools/system/bfs/default.nix +++ b/pkgs/tools/system/bfs/default.nix @@ -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 ];