mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
41cd2d870a
commit
933ac5e9f8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||||
name = "byacc-1.9";
|
name = "byacc-1.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://invisible-island.net/datafiles/release/byacc.tar.gz;
|
url = ftp://invisible-island.net/byacc/byacc-20140715.tgz;
|
||||||
sha256 = "1rbzx5ipkvih9rjfdfv6310wcr6mxjbdlsh9zcv5aaz6yxxxil7c";
|
sha256 = "1rbzx5ipkvih9rjfdfv6310wcr6mxjbdlsh9zcv5aaz6yxxxil7c";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue