Unverified Commit c9b6fb79 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

postgresqlPackages.pgroonga: 4.0.2 -> 4.0.4 (#449297)

parents 897b8473 abf7fd77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

postgresqlBuildExtension (finalAttrs: {
  pname = "pgroonga";
  version = "4.0.2";
  version = "4.0.4";

  src = fetchFromGitHub {
    owner = "pgroonga";
    repo = "pgroonga";
    tag = "${finalAttrs.version}";
    hash = "sha256-hZy2qDI9bNFvcm7SbCMZxixPEXgPmjmeEOM4VoXKttE=";
    hash = "sha256-SXQH+L7FKhu+2+9QyQTNi+3nFYtkE7WXv2A5LdvjG2w=";
  };

  nativeBuildInputs = [ pkg-config ];