bison: update to version 2.6.5

This update fixes the grub-2.0 warning issue that was worked around in commit
4f5e655b36. Consequently, that patch is no longer
needed.
This commit is contained in:
Peter Simons
2012-11-09 18:00:49 +01:00
parent 4f5e655b36
commit 3fafdb362b
2 changed files with 3 additions and 10 deletions
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, m4, perl }:
stdenv.mkDerivation rec {
name = "bison-2.6.4";
name = "bison-2.6.5";
src = fetchurl {
url = "mirror://gnu/bison/${name}.tar.xz";
sha256 = "e0c3179ed1a622d7ab9679d64b556a7722f9eb7fa32d568ce8f329f89cca52e9";
sha256 = "8640d5b51aad462db6863711f333a9159836853e0b1e79fdef708c6efb5cd52b";
};
buildNativeInputs = [ m4 ] ++ stdenv.lib.optional doCheck perl;