rspamd: 1.4.1 -> 1.4.3

This commit is contained in:
Robin Gloster 2017-02-02 19:24:03 +01:00
parent f87fb85259
commit 72e2de3a07
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -6,13 +6,13 @@ in
stdenv.mkDerivation rec {
name = "rspamd-${version}";
version = "1.4.1";
version = "1.4.3";
src = fetchFromGitHub {
owner = "vstakhov";
repo = "rspamd";
rev = version;
sha256 = "19hy9qr9lv17br2algig95d64zzdyly7n6c3z8fanwcpk35sgrhr";
sha256 = "1wrqi8vsd61rc48x2gyhc0xrir9pr372lpkyhwgx1rpxzdxsdwh9";
};
nativeBuildInputs = [ cmake pkgconfig perl ];