Skip to content

Commit

Permalink
bfs: 1.5.1 -> 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 15, 2020
1 parent 960f062 commit 13f08af
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 13f08af

Please sign in to comment.