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

This commit is contained in:
Franz Pletz
2024-07-24 06:03:01 +02:00
committed by GitHub
+2 -2
View File
@@ -33,13 +33,13 @@ assert withHyperscan -> stdenv.isx86_64;
stdenv.mkDerivation rec {
pname = "rspamd";
version = "3.9.0";
version = "3.9.1";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-PCogHnes3/8qqdcqsiUzuVVEUf8+ze3xiYUmfe6L3IU=";
hash = "sha256-qT94DqX5Dt9pLgqed/j+dtiykwRFY3Fsbvcub7IzAZE=";
};
hardeningEnable = [ "pie" ];