3
0
Fork 0
forked from mirrors/nixpkgs

bfs: 1.2.3 -> 1.2.4

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 2018-10-03 23:03:12 -07:00
parent 4d1abc4419
commit f1e5eb571c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "bfs-${version}";
version = "1.2.3";
version = "1.2.4";
src = fetchFromGitHub {
repo = "bfs";
owner = "tavianator";
rev = version;
sha256 = "01vcqanj2sifa5i51wvrkxh55d6hrq6iq7zmnhv4ls221dqmbyyn";
sha256 = "0nxx2njjp04ik6msfmf07hprw0j88wg04m0q1sf17mhkliw2d78s";
};
postPatch = ''