rspamd: 3.7.2 -> 3.7.3

This commit is contained in:
Antoine Eiche 2023-10-28 16:59:54 +02:00
parent b8516db0b7
commit dc034b033f

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