aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/parsing/bison/3.x.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-27 12:05:13 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-27 21:05:13 +0200
commitd47f73242853cfcc41db84344ab36e7fbdd24756 (patch)
tree50643303cbaf12931b289f1d6d900532d5096fca /pkgs/development/tools/parsing/bison/3.x.nix
parent977a05cc3bc3c699f3c8ade0054a9d39fcbafa0a (diff)
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
Diffstat (limited to '')
-rw-r--r--pkgs/development/tools/parsing/bison/3.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/parsing/bison/3.x.nix b/pkgs/development/tools/parsing/bison/3.x.nix
index 469e64acff06..d75a7e0ee3db 100644
--- a/pkgs/development/tools/parsing/bison/3.x.nix
+++ b/pkgs/development/tools/parsing/bison/3.x.nix
@@ -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