rspamd: 3.10.0 -> 3.10.2

This commit is contained in:
R. Ryantm
2024-11-03 09:43:46 +00:00
parent 0c43a7e948
commit 6ef3781343
+2 -2
View File
@@ -33,13 +33,13 @@ assert withHyperscan -> stdenv.hostPlatform.isx86_64;
stdenv.mkDerivation rec {
pname = "rspamd";
version = "3.10.0";
version = "3.10.2";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-fsxeTgciZb0HqvRWoUjwe/mrRZPW23hOwx7PJBSlBSo=";
hash = "sha256-x0Mw2ug5H6BZI6LKOjFufYzGVxZIkgxXHeIX7Emsj8A=";
};
hardeningEnable = [ "pie" ];