File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
pkgs/servers/sql/postgresql/ext Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 33, buildPgrxExtension
44, postgresql
55, nixosTests
6- , cargo-pgrx_0_10_2
6+ , cargo-pgrx_0_12_0_alpha_1
77, nix-update-script
88} :
99
10- ( buildPgrxExtension . override { cargo-pgrx = cargo-pgrx_0_10_2 ; } ) rec {
10+ ( buildPgrxExtension . override { cargo-pgrx = cargo-pgrx_0_12_0_alpha_1 ; } ) rec {
1111 inherit postgresql ;
1212
1313 pname = "timescaledb_toolkit" ;
14- version = "1.18 .0" ;
14+ version = "1.19 .0" ;
1515
1616 src = fetchFromGitHub {
1717 owner = "timescale" ;
1818 repo = "timescaledb-toolkit" ;
1919 rev = version ;
20- hash = "sha256-Lm/LFBkG91GeWlJL9RBqP8W0tlhBEeGQ6kXUzzv4xRE =" ;
20+ hash = "sha256-7yUbtWbYL4AnuUX8OXG4OVqYCY2Lf0pISSTlcFdPqog =" ;
2121 } ;
2222
23- cargoHash = "sha256-LME8oftHmmiN8GU3eTBTSB6m0CE+KtDFRssL1g2Cjm8 =" ;
23+ cargoHash = "sha256-+uD4UU7QwNISQZ7a2kDkY/y3fQWk/K0fFcrFq4yq6RU =" ;
2424 buildAndTestSubdir = "extension" ;
2525
2626 passthru = {
3737 maintainers = with maintainers ; [ typetetris ] ;
3838 platforms = postgresql . meta . platforms ;
3939 license = licenses . tsl ;
40- # PostgreSQL 17 support issue upstream: https://github.com/timescale/timescaledb-toolkit/issues/813
41- # Check after next package update.
42- broken = versionAtLeast postgresql . version "17" && version == "1.18.0" ;
4340 } ;
4441}
You can’t perform that action at this time.
0 commit comments