bison: 3.1 -> 3.2.1 (#49454)
3.2: http://lists.gnu.org/archive/html/info-gnu/2018-10/msg00008.html 3.2.1: http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00005.html
This commit is contained in:
parent
8684ef15a1
commit
b76d11e1a5
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, m4, perl, help2man }:
|
{ stdenv, fetchurl, m4, perl, help2man }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bison-3.1";
|
name = "bison-3.2.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/bison/${name}.tar.gz";
|
url = "mirror://gnu/bison/${name}.tar.gz";
|
||||||
sha256 = "0ip9krjf0lw57pk3wfbxgjhif1i18hm3vh35d1ifrvhnafskdjx7";
|
sha256 = "1pgcvwzzlckb83sdcljz75hg71zwbc2a4pl5ycwxsxw05423gwq1";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = []; # remove on another rebuild
|
patches = []; # remove on another rebuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user