Merge pull request #291977 from r-ryantm/auto-update/rspamd

rspamd: 3.8.3 -> 3.8.4
This commit is contained in:
Nick Cao 2024-02-28 20:09:07 -05:00 committed by GitHub
commit af002704e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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