Skip to content

Commit abf7fd7

Browse files
committed
postgresqlPackages.pgroonga: 4.0.2 -> 4.0.4
1 parent 0bcf98a commit abf7fd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/sql/postgresql/ext/pgroonga.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
postgresqlBuildExtension (finalAttrs: {
1313
pname = "pgroonga";
14-
version = "4.0.2";
14+
version = "4.0.4";
1515

1616
src = fetchFromGitHub {
1717
owner = "pgroonga";
1818
repo = "pgroonga";
1919
tag = "${finalAttrs.version}";
20-
hash = "sha256-hZy2qDI9bNFvcm7SbCMZxixPEXgPmjmeEOM4VoXKttE=";
20+
hash = "sha256-SXQH+L7FKhu+2+9QyQTNi+3nFYtkE7WXv2A5LdvjG2w=";
2121
};
2222

2323
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)