Merge pull request #263996 from nlewo/rspamd-3.7.3

rspamd: 3.7.2 -> 3.7.3
This commit is contained in:
lewo 2023-10-31 08:47:19 +01:00 committed by GitHub
commit 78c5ce77e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,13 +28,13 @@ assert withHyperscan -> stdenv.isx86_64;
stdenv.mkDerivation rec {
pname = "rspamd";
version = "3.7.2";
version = "3.7.3";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-Kr6Y1ePgBeH+WhkfEYqmoBZ9AJ54G+OVgrY73aV0+OU=";
hash = "sha256-TqsY0AUDEpFOGIAH6jDdofIJAYQYtj8Uk4djk5hYemo=";
};
hardeningEnable = [ "pie" ];