rspamd: 1.8.2 -> 1.8.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rspamd/versions
This commit is contained in:
R. RyanTM 2018-12-14 04:37:34 -08:00 committed by Franz Pletz
parent 6433f3b13b
commit 1942f3c8f8

View File

@ -14,13 +14,13 @@ in
stdenv.mkDerivation rec {
name = "rspamd-${version}";
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
sha256 = "0al4d8h3ssxcx191d4crywz7dsp61lklc9m5z36a90a8w97v76bv";
sha256 = "1aikmscb3hywac4sf4xkl4kw0x3syzphfrmxhigz2jjqzxn8f50k";
};
nativeBuildInputs = [ cmake pkgconfig perl ];