rspamd: 3.8.3 -> 3.8.4

This commit is contained in:
R. Ryantm 2024-02-28 02:50:20 +00:00
parent 5d1b96ebf2
commit 8f553a482f

View File

@ -27,13 +27,13 @@ assert withHyperscan -> stdenv.isx86_64;
stdenv.mkDerivation rec {
pname = "rspamd";
version = "3.8.3";
version = "3.8.4";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-LX37HE4xr3tJqAXBDbi2O8N9tt8DazslIfmqG9hNiKw=";
hash = "sha256-3skF+aQv8Y3ATujV+WH4DxwyQ2hXR6CDZz77CkaRso0=";
};
hardeningEnable = [ "pie" ];