Merge pull request #52809 from dtzWill/update/bison-3.2.4

bison: 3.2.2 -> 3.2.4
This commit is contained in:
Will Dietz 2018-12-29 13:48:09 -06:00 committed by GitHub
commit 9960a413f4
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.3";
name = "bison-3.2.4";
src = fetchurl {
url = "mirror://gnu/bison/${name}.tar.gz";
sha256 = "14jz8jaz5ynszrbxsv4jy6gln27pjdndgfns7k11hk89kcsgi5ja";
sha256 = "16n7xs3sa1rlhs8y8zg4gi2s2kbkz8d69w3xp935wjykk0i3wryb";
};
patches = []; # remove on another rebuild