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

rspamd: 3.7.1 -> 3.7.2
This commit is contained in:
lewo 2023-10-28 16:21:16 +02:00 committed by GitHub
commit 449fcabe86
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.1";
version = "3.7.2";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-emxvSqtpTcv0LZjzhMncvnApRLXFDeyFVmkoeSVp6f4=";
hash = "sha256-Kr6Y1ePgBeH+WhkfEYqmoBZ9AJ54G+OVgrY73aV0+OU=";
};
hardeningEnable = [ "pie" ];