rspamd: 3.5 -> 3.6

https://github.com/rspamd/rspamd/releases/tag/3.6
This commit is contained in:
Franz Pletz 2023-08-10 06:37:33 +02:00
parent cd165f66c1
commit 7be45ec8ad
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -11,13 +11,13 @@ assert withHyperscan -> stdenv.isx86_64;
stdenv.mkDerivation rec {
pname = "rspamd";
version = "3.5";
version = "3.6";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-3+ve5cPt4As6Hfvxw77waJgl2Imi9LpredFkYzTchbQ=";
hash = "sha256-GuWuJK73RE+cS8451m+bcmpZNQEzmZtexm19xgdDQeU=";
};
hardeningEnable = [ "pie" ];