Unverified Commit 810a4f9a authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

rspamd: 3.14.2 -> 3.14.3 (#483693)

parents 9af578f4 931c0cc5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@ assert (!withHyperscan) || (!withVectorscan);

stdenv.mkDerivation (finalAttrs: {
  pname = "rspamd";
  version = "3.14.2";
  version = "3.14.3";

  src = fetchFromGitHub {
    owner = "rspamd";
    repo = "rspamd";
    rev = finalAttrs.version;
    hash = "sha256-XpCdjS6c9nLi1ngeSPBldmK3HmMFfDNW+tNpxdrUoKg=";
    tag = finalAttrs.version;
    hash = "sha256-ntWBcwcPZwRRSTUO4a0JUNd6kc49fm+0/x+fqcZIA/o=";
  };

  patches = [