about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-22 05:24:24 -0500
committerGitHub <noreply@github.com>2022-10-22 05:24:24 -0500
commit59cca271b7e9826325f794e1886866abe72f0d8e (patch)
treea56dde7105bf7376db9bd13a086fd872dd71d1f7 /pkgs
parentdb6ee5c7a7a343f64b3a3c3254f5bb71fd9f7b99 (diff)
parentd518230a658c13d37dcea97b1e02038d7ab332dd (diff)
Merge pull request #197191 from r-ryantm/auto-update/bfs
bfs: 2.6.1 -> 2.6.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/bfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/bfs/default.nix b/pkgs/tools/system/bfs/default.nix
index 7145ef5aeb661..9fcdfa5843f21 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 = "2.6.1";
+  version = "2.6.2";
 
   src = fetchFromGitHub {
     repo = "bfs";
     owner = "tavianator";
     rev = version;
-    sha256 = "sha256-S0UQuG5xOQyVIqP203Rwa3FZTnsMuD6CiuiIc6nCKcM=";
+    sha256 = "sha256-m8Ga0aG+TjWFRo2O2f+NVvdDLGExsPuBGQx6r6mBMXk=";
   };
 
   buildInputs = [ oniguruma ] ++ lib.optionals stdenv.isLinux [ libcap acl ];