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
This commit is contained in:
parent
225f8b9d64
commit
ed239c3947
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bfs-${version}";
|
name = "bfs-${version}";
|
||||||
version = "1.3.2";
|
version = "1.3.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "bfs";
|
repo = "bfs";
|
||||||
owner = "tavianator";
|
owner = "tavianator";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0cyylqmq31if93zz0l1fnm454dsmcx34j4c2r0xprcggihdxbwk5";
|
sha256 = "0yjbv6j5sn2yq57rx50h284krxyx5gcviwv8ac7zxwr2qggn8lqy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isLinux [ libcap acl ];
|
buildInputs = stdenv.lib.optionals stdenv.isLinux [ libcap acl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user