+2
-2
pkgs/servers/sql/postgresql/ext/pg_tle.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pg_tle.nix
···
7
7
8
8
postgresqlBuildExtension rec {
9
9
pname = "pg_tle";
10
-
version = "1.5.0";
10
+
version = "1.5.1";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "aws";
14
14
repo = "pg_tle";
15
15
tag = "v${version}";
16
-
hash = "sha256-GuHlmFQjMr9Kv4NqIm9mcVfLc36EQVj5Iy7Kh26k0l4=";
16
+
hash = "sha256-Z0x+66OmtD4jOdgpjjIj5OfLitcrvAssRBS7Y2dBfOk=";
17
17
};
18
18
19
19
buildInputs = postgresql.buildInputs;