Unverified Commit db22c503 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

dovecot_fts_xapian: 1.8 -> 1.8.4 (#370132)

parents cc1fa062 6ab5c41d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "dovecot-fts-xapian";
  version = "1.8";
  version = "1.8.4";

  src = fetchFromGitHub {
    owner = "grosjo";
    repo = "fts-xapian";
    rev = version;
    hash = "sha256-WKUHy9/PpaDSgZYyydCm5odo3kAb2M/50oVdLjGRQ6I=";
    hash = "sha256-BJ8G515j4QxQCiQoVd/w+JGZSZpHKAu20Y63m/dHjm8=";
  };

  buildInputs = [