Unverified Commit 614374ed authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rspamd: 3.10.0 -> 3.10.2 (#353322)

parents ba9c0564 6ef37813
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@ assert withHyperscan -> stdenv.hostPlatform.isx86_64;

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

  src = fetchFromGitHub {
    owner = "rspamd";
    repo = "rspamd";
    rev = version;
    hash = "sha256-fsxeTgciZb0HqvRWoUjwe/mrRZPW23hOwx7PJBSlBSo=";
    hash = "sha256-x0Mw2ug5H6BZI6LKOjFufYzGVxZIkgxXHeIX7Emsj8A=";
  };

  hardeningEnable = [ "pie" ];