varnish: 3.0.5 -> 3.0.6

This commit is contained in:
Domen Kožar 2015-02-04 11:51:57 +01:00
parent ee74e1a055
commit 98a480363c

View File

@ -1,15 +1,15 @@
{ stdenv, fetchurl, pcre, libxslt, groff, ncurses, pkgconfig, readline }: { stdenv, fetchurl, pcre, libxslt, groff, ncurses, pkgconfig, readline, python }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "3.0.5"; version = "3.0.6";
name = "varnish-${version}"; name = "varnish-${version}";
src = fetchurl { src = fetchurl {
url = "http://repo.varnish-cache.org/source/${name}.tar.gz"; url = "http://repo.varnish-cache.org/source/${name}.tar.gz";
sha256 = "1dz2gazqczfzahh2n0aw71i5g9cpn5d98p9gj6ilqlkiqypxcbrh"; sha256 = "1dw0nrplx5pa09z8vbjpncniv3qib5bh3qp3yqbk2d774n7ys3c4";
}; };
buildInputs = [ pcre libxslt groff ncurses pkgconfig readline ]; buildInputs = [ pcre libxslt groff ncurses pkgconfig readline python ];
meta = { meta = {
description = "Web application accelerator also known as a caching HTTP reverse proxy"; description = "Web application accelerator also known as a caching HTTP reverse proxy";