Skip to content

Commit

Permalink
bfs: 1.3.2 -> 1.3.3 (#55911)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and xeji committed Feb 24, 2019
1 parent 225f8b9 commit ed239c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/bfs/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit ed239c3

Please sign in to comment.