Skip to content

Commit 25c762f

Browse files
committedJul 30, 2017
flex-2.5.35: switch source URL
1 parent 8977bee commit 25c762f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎pkgs/development/tools/parsing/flex/2.5.35.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{ stdenv, fetchurl, bison, m4 }:
22

3-
stdenv.mkDerivation {
3+
stdenv.mkDerivation rec {
44
name = "flex-2.5.35";
55

66
src = fetchurl {
7-
url = mirror://sourceforge/flex/flex-2.5.35.tar.bz2;
7+
# Deleted from original SourceForge and GitHub only provides generated file.
8+
# Note: binary cache still seems to serve it, too.
9+
url = "http://downloads.openwrt.org/sources/${name}.tar.bz2";
810
sha256 = "0ysff249mwhq0053bw3hxh58djc0gy7vjan2z1krrf9n5d5vvv0b";
911
};
1012

0 commit comments

Comments
 (0)
Please sign in to comment.