Loading pkgs/servers/sql/postgresql/ext/pgroonga.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/servers/sql/postgresql/ext/pgroonga.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading