Unverified Commit d5df76a4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #235030 from r-ryantm/auto-update/postgresql11JitPackages.pgroonga

postgresql11JitPackages.pgroonga: 3.0.1 -> 3.0.3
parents 0b00177a 0faad578
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "pgroonga";
  version = "3.0.1";
  version = "3.0.5";

  src = fetchurl {
    url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
    sha256 = "sha256-lsUtM6AM/AVjDGP9vSzj7Vxx+3+IS4cr7ctmU4C6Ml8=";
    hash = "sha256-5cVfZk2bFop/EQjvfObiN/AF/iv3DqDIKb/BkbEyKbE=";
  };

  nativeBuildInputs = [ pkg-config ];
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
      You can use super fast full text search feature against all languages by installing PGroonga into your PostgreSQL.
    '';
    homepage = "https://pgroonga.github.io/";
    changelog = "https://github.com/pgroonga/pgroonga/releases/tag/${version}";
    license = licenses.postgresql;
    platforms = postgresql.meta.platforms;
    maintainers = with maintainers; [ DerTim1 ];