1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

rspamd: 1.2.5 -> 1.2.6

This commit is contained in:
Alexander V. Nikolaev 2016-05-03 15:29:31 +03:00
parent f03fdb0f56
commit 6f7fdda06e

View file

@ -6,13 +6,13 @@ in
stdenv.mkDerivation rec {
name = "rspamd-${version}";
version = "1.2.5";
version = "1.2.6";
src = fetchFromGitHub {
owner = "vstakhov";
repo = "rspamd";
rev = version;
sha256 = "0slpixcfd74qkm7445lmcry4s1yamayphzzyr7cxjlr9xfxlblqn";
sha256 = "152s8shanzm1z0ijcsvki21s4gy2v6lby82qh6ngwl6abh465gq9";
};
nativeBuildInputs = [ cmake pkgconfig perl ];