flex-2.5.35: switch source URL

This commit is contained in:
Vladimír Čunát 2017-07-30 09:46:13 +02:00
parent 8977bee504
commit 25c762f2bc
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,10 +1,12 @@
{ stdenv, fetchurl, bison, m4 }:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "flex-2.5.35";
src = fetchurl {
url = mirror://sourceforge/flex/flex-2.5.35.tar.bz2;
# Deleted from original SourceForge and GitHub only provides generated file.
# Note: binary cache still seems to serve it, too.
url = "http://downloads.openwrt.org/sources/${name}.tar.bz2";
sha256 = "0ysff249mwhq0053bw3hxh58djc0gy7vjan2z1krrf9n5d5vvv0b";
};