rspamd: 1.9.0 -> 1.9.1

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 2019-04-16 02:53:04 -07:00 committed by Frederik Rietdijk
parent 6e10fc1fe5
commit 65cc1ed840

View file

@ -14,13 +14,13 @@ in
stdenv.mkDerivation rec {
name = "rspamd-${version}";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
sha256 = "0n5abzs2i3mz65p5dwbph5bdamqv28wc1iw4gc4f84m0cda1vs0r";
sha256 = "120944v0n2qh30ri5604h4xz38jm94f6s00gwhsjvs1sfm6csapz";
};
nativeBuildInputs = [ cmake pkgconfig perl ];