rspamd: 3.9.1 -> 3.10.0 (#346292)

This commit is contained in:
Nick Cao
2024-10-06 10:49:39 -04:00
committed by GitHub
+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" ];