about summary refs log tree commit diff
path: root/pkgs/development/tools/parsing
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-01 01:04:10 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-01 01:04:10 -0700
commit575cf7813f0ebeb77b44374ed48357e299ed5e37 (patch)
tree20709f8665681237d0f9e4e1883ccdc256990e7d /pkgs/development/tools/parsing
parent5b4b6b6c24e2756bf5d98eb03974637cd193c076 (diff)
downloadnixlib-575cf7813f0ebeb77b44374ed48357e299ed5e37.tar
nixlib-575cf7813f0ebeb77b44374ed48357e299ed5e37.tar.gz
nixlib-575cf7813f0ebeb77b44374ed48357e299ed5e37.tar.bz2
nixlib-575cf7813f0ebeb77b44374ed48357e299ed5e37.tar.lz
nixlib-575cf7813f0ebeb77b44374ed48357e299ed5e37.tar.xz
nixlib-575cf7813f0ebeb77b44374ed48357e299ed5e37.tar.zst
nixlib-575cf7813f0ebeb77b44374ed48357e299ed5e37.zip
byacc: 20180609 -> 20190617
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/byacc/versions
Diffstat (limited to 'pkgs/development/tools/parsing')
-rw-r--r--pkgs/development/tools/parsing/byacc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/parsing/byacc/default.nix b/pkgs/development/tools/parsing/byacc/default.nix
index 4e73c820912b..9b3fd86b5552 100644
--- a/pkgs/development/tools/parsing/byacc/default.nix
+++ b/pkgs/development/tools/parsing/byacc/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   name = "byacc-${version}";
-  version = "20180609";
+  version = "20190617";
 
   src = fetchurl {
     urls = [
       "ftp://ftp.invisible-island.net/byacc/${name}.tgz"
       "https://invisible-mirror.net/archives/byacc/${name}.tgz"
     ];
-    sha256 = "173l9yai5yndbyn8nzdl6q11wv4x959bd0w392i82nfsqcz0pfsv";
+    sha256 = "13ai0az00c86s4k94cpgh48nf5dfccpvccpw635z42wjgcb6hy7q";
   };
 
   configureFlags = [