summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/bison
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-29 11:24:10 -0800
committerTimo Kaufmann <timokau@zoho.com>2018-12-29 20:24:10 +0100
commitc859f30143db0e164fb67ef0aa60a52a19e64764 (patch)
treeb8c32b99168d93b0b09a68d6cc2d64d24a21b44c /pkgs/development/tools/parsing/bison
parenta78a733942948e305c65f1f4c4c19e07f4d54ee4 (diff)
downloadnixpkgs-c859f30143db0e164fb67ef0aa60a52a19e64764.tar
nixpkgs-c859f30143db0e164fb67ef0aa60a52a19e64764.tar.gz
nixpkgs-c859f30143db0e164fb67ef0aa60a52a19e64764.tar.bz2
nixpkgs-c859f30143db0e164fb67ef0aa60a52a19e64764.tar.lz
nixpkgs-c859f30143db0e164fb67ef0aa60a52a19e64764.tar.xz
nixpkgs-c859f30143db0e164fb67ef0aa60a52a19e64764.tar.zst
nixpkgs-c859f30143db0e164fb67ef0aa60a52a19e64764.zip
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
Diffstat (limited to 'pkgs/development/tools/parsing/bison')
-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 42c443a46a8..8f9cb741d63 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.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