Merge pull request #47849 from r-ryantm/auto-update/bfs

bfs: 1.2.3 -> 1.2.4
This commit is contained in:
Jörg Thalheim 2018-10-04 20:14:58 +01:00 committed by GitHub
commit 4e180fda97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''