Merge pull request #248279 from fpletz/pkgs/rspamd-3.6

rspamd: 3.5 -> 3.6
This commit is contained in:
Jörg Thalheim 2023-08-10 08:28:49 +01:00 committed by GitHub
commit 4c6b9adbcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];