Skip to content

Commit

Permalink
Merge pull request #77729 from r-ryantm/auto-update/bfs
Browse files Browse the repository at this point in the history
bfs: 1.5.1 -> 1.5.2
  • Loading branch information
marsam committed Jan 15, 2020
2 parents 5364c3c + 13f08af commit 75eb959
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 {
pname = "bfs";
version = "1.5.1";
version = "1.5.2";

src = fetchFromGitHub {
repo = "bfs";
owner = "tavianator";
rev = version;
sha256 = "1yp8zaj2rqd1df20wxym1x7q5d3lxqwalazbvmfnwqn5y4m368y3";
sha256 = "04jgah6yvz3i2bwrv1ki2nmj1yinba7djbfq8n8ism4gffsza9dz";
};

buildInputs = stdenv.lib.optionals stdenv.isLinux [ libcap acl ];
Expand Down

0 comments on commit 75eb959

Please sign in to comment.