Will Dietz 2018-12-29 13:44:47 -06:00
parent 614e10a686
commit cbd17f5821

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