bison: 3.0.5 -> 3.1 (#45843)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from bison
This commit is contained in:
parent
977a05cc3b
commit
d47f732428
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, m4, perl, help2man }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bison-3.0.5";
|
||||
name = "bison-3.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/bison/${name}.tar.gz";
|
||||
sha256 = "0rnml9spd6p0i5qy9g4r82drwdr09r1z9cf4p89agbrkxqmrsffd";
|
||||
sha256 = "0ip9krjf0lw57pk3wfbxgjhif1i18hm3vh35d1ifrvhnafskdjx7";
|
||||
};
|
||||
|
||||
patches = []; # remove on another rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user