Skip to content

Commit

Permalink
lighttpd: 1.4.44 -> 1.4.45
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Jan 16, 2017
1 parent 21e3948 commit b280b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/lighttpd/default.nix
Expand Up @@ -7,11 +7,11 @@ assert enableMagnet -> lua5_1 != null;
assert enableMysql -> mysql != null;

stdenv.mkDerivation rec {
name = "lighttpd-1.4.44";
name = "lighttpd-1.4.45";

src = fetchurl {
url = "http://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
sha256 = "08jlgcy08w1gd8hkmz0bccipv4dzxdairj89nbz5f6b5hnlnrdmd";
sha256 = "0grsqh7pdqnjx6xicd96adsx84vryb7c4n21dnxfygm3xrfj55qw";
};

buildInputs = [ pkgconfig pcre libxml2 zlib attr bzip2 which file openssl ]
Expand Down

0 comments on commit b280b6c

Please sign in to comment.