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

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

postgresql11JitPackages.pgroonga: 2.4.2 -> 3.0.0
parents b77ed458 cfbd436e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

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

  src = fetchurl {
    url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
    sha256 = "sha256-5klltU+9dz30tjE0lQfNinrVEZyT8UpK120kQ1j/yig=";
    sha256 = "sha256-lsUtM6AM/AVjDGP9vSzj7Vxx+3+IS4cr7ctmU4C6Ml8=";
  };

  nativeBuildInputs = [ pkg-config ];