mini-httpd: update to version 1.6
This commit is contained in:
parent
c74cbb824b
commit
8e0f0776aa
@ -1,15 +1,13 @@
|
|||||||
{ stdenv, fetchurl, boost }:
|
{ stdenv, fetchurl, boost }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mini-httpd-1.5";
|
name = "mini-httpd-1.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/mini-httpd/${name}.tar.gz";
|
url = "http://download-mirror.savannah.gnu.org/releases/mini-httpd/${name}.tar.gz";
|
||||||
sha256 = "1x4b6x40ymbaamqqq9p97lc0mnah4q7bza04fjs35c8agpm19zir";
|
sha256 = "04azr1qa70l0fnpbx7nmyxz1lkykjjs2b6p4lhkpg86hs3lrmxly";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlagsArray = [ "CFLAGS=-ansi" ];
|
|
||||||
|
|
||||||
buildInputs = [ boost ];
|
buildInputs = [ boost ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user