about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 20:08:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 20:08:31 +0000
commit79dd7b22814ea02fc486ed8178fe3f211df398a5 (patch)
treef01e31d7788443b38fb945645c25629acb24160f /pkgs/tools/system
parent44c70a37071aff4360ff5453fb04e107680d1f70 (diff)
downloadnixlib-79dd7b22814ea02fc486ed8178fe3f211df398a5.tar
nixlib-79dd7b22814ea02fc486ed8178fe3f211df398a5.tar.gz
nixlib-79dd7b22814ea02fc486ed8178fe3f211df398a5.tar.bz2
nixlib-79dd7b22814ea02fc486ed8178fe3f211df398a5.tar.lz
nixlib-79dd7b22814ea02fc486ed8178fe3f211df398a5.tar.xz
nixlib-79dd7b22814ea02fc486ed8178fe3f211df398a5.tar.zst
nixlib-79dd7b22814ea02fc486ed8178fe3f211df398a5.zip
bfs: 3.1.1 -> 3.1.2
Diffstat (limited to 'pkgs/tools/system')
-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 db663f46d70e..9ea63fafdeda 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.1";
+  version = "3.1.2";
 
   src = fetchFromGitHub {
     repo = "bfs";
     owner = "tavianator";
     rev = version;
-    hash = "sha256-lsVfsNVjFX38YaYVBJWEst3c3RhUCbK2ycteqZZUM3M=";
+    hash = "sha256-xq29KzONDkq+KeABl8rpu0vr50KKFw/UKPFDXcAMNoo=";
   };
 
   buildInputs = [ oniguruma ] ++ lib.optionals stdenv.isLinux [ libcap acl liburing ];