We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcf98a commit abf7fd7Copy full SHA for abf7fd7
1 file changed
pkgs/servers/sql/postgresql/ext/pgroonga.nix
@@ -11,13 +11,13 @@
11
12
postgresqlBuildExtension (finalAttrs: {
13
pname = "pgroonga";
14
- version = "4.0.2";
+ version = "4.0.4";
15
16
src = fetchFromGitHub {
17
owner = "pgroonga";
18
repo = "pgroonga";
19
tag = "${finalAttrs.version}";
20
- hash = "sha256-hZy2qDI9bNFvcm7SbCMZxixPEXgPmjmeEOM4VoXKttE=";
+ hash = "sha256-SXQH+L7FKhu+2+9QyQTNi+3nFYtkE7WXv2A5LdvjG2w=";
21
};
22
23
nativeBuildInputs = [ pkg-config ];
0 commit comments