about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-24 02:53:20 -0800
committerxeji <36407913+xeji@users.noreply.github.com>2019-02-24 11:53:20 +0100
commited239c3947314d89596295a360850054bf783cfd (patch)
tree551c1f2d700021bced78700509feb31ebf88e215 /pkgs/tools/system
parent225f8b9d642a70d69086d2c92ae8abfa720bc8f4 (diff)
downloadnixlib-ed239c3947314d89596295a360850054bf783cfd.tar
nixlib-ed239c3947314d89596295a360850054bf783cfd.tar.gz
nixlib-ed239c3947314d89596295a360850054bf783cfd.tar.bz2
nixlib-ed239c3947314d89596295a360850054bf783cfd.tar.lz
nixlib-ed239c3947314d89596295a360850054bf783cfd.tar.xz
nixlib-ed239c3947314d89596295a360850054bf783cfd.tar.zst
nixlib-ed239c3947314d89596295a360850054bf783cfd.zip
bfs: 1.3.2 -> 1.3.3 (#55911)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bfs/versions
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 234b40e03860..c3cbaf98a87b 100644
--- a/pkgs/tools/system/bfs/default.nix
+++ b/pkgs/tools/system/bfs/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "bfs-${version}";
-  version = "1.3.2";
+  version = "1.3.3";
 
   src = fetchFromGitHub {
     repo = "bfs";
     owner = "tavianator";
     rev = version;
-    sha256 = "0cyylqmq31if93zz0l1fnm454dsmcx34j4c2r0xprcggihdxbwk5";
+    sha256 = "0yjbv6j5sn2yq57rx50h284krxyx5gcviwv8ac7zxwr2qggn8lqy";
   };
 
   buildInputs = stdenv.lib.optionals stdenv.isLinux [ libcap acl ];