Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by

R. RyanTM and committed by
xeji
ed239c39 225f8b9d

+2 -2
+2 -2
pkgs/tools/system/bfs/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "bfs-${version}"; 5 - version = "1.3.2"; 5 + version = "1.3.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 repo = "bfs"; 9 9 owner = "tavianator"; 10 10 rev = version; 11 - sha256 = "0cyylqmq31if93zz0l1fnm454dsmcx34j4c2r0xprcggihdxbwk5"; 11 + sha256 = "0yjbv6j5sn2yq57rx50h284krxyx5gcviwv8ac7zxwr2qggn8lqy"; 12 12 }; 13 13 14 14 buildInputs = stdenv.lib.optionals stdenv.isLinux [ libcap acl ];