varnish: 3.0.5 -> 3.0.6
This commit is contained in:
parent
ee74e1a055
commit
98a480363c
@ -1,15 +1,15 @@
|
||||
{ stdenv, fetchurl, pcre, libxslt, groff, ncurses, pkgconfig, readline }:
|
||||
{ stdenv, fetchurl, pcre, libxslt, groff, ncurses, pkgconfig, readline, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.0.5";
|
||||
version = "3.0.6";
|
||||
name = "varnish-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
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 = {
|
||||
description = "Web application accelerator also known as a caching HTTP reverse proxy";
|
||||
|
Loading…
Reference in New Issue
Block a user