rspamd: 3.9.1 -> 3.10.0

This commit is contained in:
R. Ryantm
2024-10-04 01:39:29 +00:00
parent 63d3e6c611
commit 015006b255
+2 -2
View File
@@ -33,13 +33,13 @@ assert withHyperscan -> stdenv.hostPlatform.isx86_64;
stdenv.mkDerivation rec {
pname = "rspamd";
version = "3.9.1";
version = "3.10.0";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-qT94DqX5Dt9pLgqed/j+dtiykwRFY3Fsbvcub7IzAZE=";
hash = "sha256-fsxeTgciZb0HqvRWoUjwe/mrRZPW23hOwx7PJBSlBSo=";
};
hardeningEnable = [ "pie" ];