bison: 2.7 -> 2.7.1 (#42726)
https://lists.gnu.org/archive/html/info-gnu/2013-04/msg00007.html Been available for a while (2013), but seems good idea to update.
This commit is contained in:
parent
6f9a53c13c
commit
a8ae782cac
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, m4, perl }:
|
{ stdenv, fetchurl, m4, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bison-2.7";
|
name = "bison-2.7.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/bison/${name}.tar.gz";
|
url = "mirror://gnu/bison/${name}.tar.gz";
|
||||||
sha256 = "0cd8s2g7zjshya7kwjc9rh3drsssl4hiq4sccnkgf0nn9wvygfqr";
|
sha256 = "0c9li3iaslzzr3zig6m3zlmb4r8i0wfvkcrvdyiqxasb09mjkqh8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ m4 ] ++ stdenv.lib.optional doCheck perl;
|
nativeBuildInputs = [ m4 ] ++ stdenv.lib.optional doCheck perl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user