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

rspamd: 3.8.0 -> 3.8.1
This commit is contained in:
Franz Pletz 2024-01-27 23:47:45 +01:00 committed by GitHub
commit 781a342ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];