rspamd: 3.8.0 -> 3.8.1

This commit is contained in:
R. Ryantm 2024-01-27 21:49:48 +00:00
parent 1dd556946e
commit e1f6eddb30

View File

@ -27,13 +27,13 @@ assert withHyperscan -> stdenv.isx86_64;
stdenv.mkDerivation rec {
pname = "rspamd";
version = "3.8.0";
version = "3.8.1";
src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-7OL0VZKOhIqJb31/VEUgcYDCLifMs1Rfh3SZUKeFAqk=";
hash = "sha256-XbsebaplhLWPXpdwZyMbxsRyuvaBHtO2WtMoFzN7yXA=";
};
hardeningEnable = [ "pie" ];