Unverified Commit 73f89404 authored by lewo's avatar lewo Committed by GitHub
Browse files

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

rspamd: 3.7.3 -> 3.7.4
parents 30f3d0d9 37136d86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ assert withHyperscan -> stdenv.isx86_64;

stdenv.mkDerivation rec {
  pname = "rspamd";
  version = "3.7.3";
  version = "3.7.4";

  src = fetchFromGitHub {
    owner = "rspamd";
    repo = "rspamd";
    rev = version;
    hash = "sha256-TqsY0AUDEpFOGIAH6jDdofIJAYQYtj8Uk4djk5hYemo=";
    hash = "sha256-Bg0EFgxk/sRwE8/7a/m8J4cTgooR4fobQil8pbWtkoc=";
  };

  hardeningEnable = [ "pie" ];