1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bfs: 1.4.1 -> 1.5

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
This commit is contained in:
R. RyanTM 2019-07-01 00:14:08 -07:00
parent 5b4b6b6c24
commit 5da7c72d2a

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "bfs-${version}";
version = "1.4.1";
version = "1.5";
src = fetchFromGitHub {
repo = "bfs";
owner = "tavianator";
rev = version;
sha256 = "1y5w8gws4j1i334ap4rsl64scr0hlyrdkdl7ffaghs8fqa6mjmsb";
sha256 = "0lyrxbmfr4ckz4hx5dgz8xbq479l5rlyrqf205v6c82cap4zyv4x";
};
buildInputs = stdenv.lib.optionals stdenv.isLinux [ libcap acl ];