Skip to content

Commit

Permalink
rspamd: 3.10.2 -> 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 16, 2024
1 parent 83b0c9f commit 89e0538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/rs/rspamd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ assert withHyperscan -> stdenv.hostPlatform.isx86_64;

stdenv.mkDerivation rec {
pname = "rspamd";
version = "3.10.2";
version = "3.11.0";

src = fetchFromGitHub {
owner = "rspamd";
repo = "rspamd";
rev = version;
hash = "sha256-x0Mw2ug5H6BZI6LKOjFufYzGVxZIkgxXHeIX7Emsj8A=";
hash = "sha256-id5nmxdqx+0m0JCCvwaEuUAQkMLTlWadfieJ0wO/wJI=";
};

hardeningEnable = [ "pie" ];
Expand Down

0 comments on commit 89e0538

Please sign in to comment.