1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

rspamd: 3.9.0 -> 3.9.1

This commit is contained in:
R. Ryantm 2024-07-24 01:57:05 +00:00
parent 65f98a6801
commit af558f9bc9

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