rspamd: 1.8.1 -> 1.8.2

Also update homepage link, and fetch from org's github, instead author's
private fork.
This commit is contained in:
Alexander V. Nikolaev 2018-11-24 01:37:20 +02:00
parent b73b02255e
commit 2fd6de3350

View File

@ -14,13 +14,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "rspamd-${version}"; name = "rspamd-${version}";
version = "1.8.1"; version = "1.8.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vstakhov"; owner = "rspamd";
repo = "rspamd"; repo = "rspamd";
rev = version; rev = version;
sha256 = "1cgnychv8yz7a6mjg3b12nzs4gl0xqg9agl7m6faihnh7gqx4xld"; sha256 = "0al4d8h3ssxcx191d4crywz7dsp61lklc9m5z36a90a8w97v76bv";
}; };
nativeBuildInputs = [ cmake pkgconfig perl ]; nativeBuildInputs = [ cmake pkgconfig perl ];
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
++ lib.optional withGd "-DENABLE_GD=ON"; ++ lib.optional withGd "-DENABLE_GD=ON";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/vstakhov/rspamd; homepage = https://rspamd.com;
license = licenses.asl20; license = licenses.asl20;
description = "Advanced spam filtering system"; description = "Advanced spam filtering system";
maintainers = with maintainers; [ avnik fpletz ]; maintainers = with maintainers; [ avnik fpletz ];