Use a more permanent URL for the byacc version we're using

The other one is likely to change with every new release.
This commit is contained in:
Daniel Peebles 2014-09-01 14:23:43 -04:00 committed by Mateusz Kowalczyk
parent 41cd2d870a
commit 933ac5e9f8

View file

@ -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";
};