bison: 3.2.2 -> 3.2.3 (#52920)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bison/versions
This commit is contained in:
R. RyanTM 2018-12-29 11:24:10 -08:00 committed by Timo Kaufmann
parent a78a733942
commit c859f30143

View File

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