Loading pkgs/servers/sql/postgresql/ext/pg_tle.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ postgresqlBuildExtension rec { pname = "pg_tle"; version = "1.4.0"; version = "1.5.0"; src = fetchFromGitHub { owner = "aws"; repo = "pg_tle"; tag = "v${version}"; hash = "sha256-crxj5R9jblIv0h8lpqddAoYe2UqgUlnvbOajKTzVces="; hash = "sha256-GuHlmFQjMr9Kv4NqIm9mcVfLc36EQVj5Iy7Kh26k0l4="; }; buildInputs = postgresql.buildInputs; Loading Loading
pkgs/servers/sql/postgresql/ext/pg_tle.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ postgresqlBuildExtension rec { pname = "pg_tle"; version = "1.4.0"; version = "1.5.0"; src = fetchFromGitHub { owner = "aws"; repo = "pg_tle"; tag = "v${version}"; hash = "sha256-crxj5R9jblIv0h8lpqddAoYe2UqgUlnvbOajKTzVces="; hash = "sha256-GuHlmFQjMr9Kv4NqIm9mcVfLc36EQVj5Iy7Kh26k0l4="; }; buildInputs = postgresql.buildInputs; Loading