Skip to content

Commit

Permalink
rspamd: 2.5 -> 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Oct 11, 2020
1 parent 610a11f commit ff7792d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/mail/rspamd/default.nix
Expand Up @@ -10,13 +10,13 @@ assert withHyperscan -> stdenv.isx86_64;

stdenv.mkDerivation rec {
pname = "rspamd";
version = "2.5";
version = "2.6";

src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
sha256 = "01fhh07dddc6v7a5kq6h1z221vl0d4af43cchqkf54ycyxxxw06h";
sha256 = "0vwa7k2s2bkfb8w78z5izkd6ywjbzqysb0grls898y549hm8ii70";
};

nativeBuildInputs = [ cmake pkgconfig perl ];
Expand Down

0 comments on commit ff7792d

Please sign in to comment.