about summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/byacc
diff options
context:
space:
mode:
authorDaniel Peebles <pumpkingod@gmail.com>2014-09-01 14:23:43 -0400
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-09-01 19:26:21 +0100
commit933ac5e9f8cd1f09e649621200dc7053675fe4c1 (patch)
treea9b186416d252e5001eb4b723694d7f5d151f794 /pkgs/development/tools/parsing/byacc
parent41cd2d870ab7dc76913ba1cc2dc21e313732b4f1 (diff)
Use a more permanent URL for the byacc version we're using
The other one is likely to change with every new release.
Diffstat (limited to 'pkgs/development/tools/parsing/byacc')
-rw-r--r--pkgs/development/tools/parsing/byacc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/parsing/byacc/default.nix b/pkgs/development/tools/parsing/byacc/default.nix
index f3ec8225f1caa..8842c8723b1ef 100644
--- a/pkgs/development/tools/parsing/byacc/default.nix
+++ b/pkgs/development/tools/parsing/byacc/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "byacc-1.9";
 
   src = fetchurl {
-    url = http://invisible-island.net/datafiles/release/byacc.tar.gz;
+    url = ftp://invisible-island.net/byacc/byacc-20140715.tgz;
     sha256 = "1rbzx5ipkvih9rjfdfv6310wcr6mxjbdlsh9zcv5aaz6yxxxil7c";
   };