Commit abf7fd77 authored by R. RyanTM's avatar R. RyanTM
Browse files

postgresqlPackages.pgroonga: 4.0.2 -> 4.0.4

parent 0bcf98ab
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 ];