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

rspamd: 3.8.2 -> 3.8.3
This commit is contained in:
lewo 2024-02-25 08:27:30 +01:00 committed by GitHub
commit 5e852a7621
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.2";
version = "3.8.3";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-02Ykj4qo821iJa4AqS3XfSBm1nqBxRKC2IgTgbdiRss=";
hash = "sha256-LX37HE4xr3tJqAXBDbi2O8N9tt8DazslIfmqG9hNiKw=";
};
hardeningEnable = [ "pie" ];