varnish: 5.1.3 -> 5.2.1
This commit is contained in:
parent
d1c525bc49
commit
c2ee47693d
@ -2,12 +2,12 @@
|
|||||||
, python, pythonPackages, makeWrapper }:
|
, python, pythonPackages, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "5.1.3";
|
version = "5.2.1";
|
||||||
name = "varnish-${version}";
|
name = "varnish-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://repo.varnish-cache.org/source/${name}.tar.gz";
|
url = "http://varnish-cache.org/_downloads/${name}.tgz";
|
||||||
sha256 = "0km50hzjzi1kq85lr3hq519nrp261wb91ixq48vhyd41llycjfbl";
|
sha256 = "1cqlj12m426c1lak1hr1fx5zcfsjjvka3hfirz47hvy1g2fjqidq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://www.varnish-cache.org;
|
homepage = https://www.varnish-cache.org;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ garbas fpletz ];
|
maintainers = with maintainers; [ garbas fpletz ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user