3
0
Fork 0
forked from mirrors/nixpkgs

rspamd: 1.7.3 -> 1.7.9 (#46194)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
rspamd
This commit is contained in:
R. RyanTM 2018-09-28 12:18:05 -07:00 committed by xeji
parent 6b7a60e820
commit e8719747a8

View file

@ -6,13 +6,13 @@ in
stdenv.mkDerivation rec {
name = "rspamd-${version}";
version = "1.7.3";
version = "1.7.9";
src = fetchFromGitHub {
owner = "vstakhov";
repo = "rspamd";
rev = version;
sha256 = "1gb4zg8i1nj337f65s434h299ad19c0d7jyawb2glvv3n4cshm97";
sha256 = "1qfkmcrcswh7k7bvr1ki1n83lnjmfd9h0281qgia0dlam7y81bcy";
};
nativeBuildInputs = [ cmake pkgconfig perl ];