Merge pull request #50972 from dtzWill/update/bison-3.2.2

bison: 3.2.1 -> 3.2.2
This commit is contained in:
Will Dietz 2018-11-27 09:55:40 -06:00 committed by GitHub
commit edb7146a6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, m4, perl, help2man }:
stdenv.mkDerivation rec {
name = "bison-3.2.1";
name = "bison-3.2.2";
src = fetchurl {
url = "mirror://gnu/bison/${name}.tar.gz";
sha256 = "1pgcvwzzlckb83sdcljz75hg71zwbc2a4pl5ycwxsxw05423gwq1";
sha256 = "0v3q6ym34krb4iskg0pspvpm35wmp3gx9njb9c35cv0w0h0j5z9z";
};
patches = []; # remove on another rebuild