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

Merge pull request #297059 from r-ryantm/auto-update/groonga

groonga: 13.1.1 -> 14.0.1
parents a8217b75 61b26fea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "groonga";
  version = "13.1.1";
  version = "14.0.1";

  src = fetchurl {
    url = "https://packages.groonga.org/source/groonga/groonga-${finalAttrs.version}.tar.gz";
    hash = "sha256-eggMegWTpv+WIbzYq2GjSD66+Tj7zcvVUcbD2EkrFO8=";
    hash = "sha256-zXiDXYSvdyQ2HBZHUZaYHtZMs7BjzHJaix1ShLbkWtA=";
  };

  patches = [