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

rspamd: 3.7.3 -> 3.7.4
This commit is contained in:
lewo 2023-11-21 08:55:34 +01:00 committed by GitHub
commit 73f8940410
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.3";
version = "3.7.4";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-TqsY0AUDEpFOGIAH6jDdofIJAYQYtj8Uk4djk5hYemo=";
hash = "sha256-Bg0EFgxk/sRwE8/7a/m8J4cTgooR4fobQil8pbWtkoc=";
};
hardeningEnable = [ "pie" ];