postgresqlPackages.timescaledb_toolkit: 1.19.0 -> 1.21.0 (#400416)

This commit is contained in:
Wolfgang Walther
2025-04-21 12:55:44 +00:00
committed by GitHub
@@ -12,17 +12,17 @@
inherit postgresql;
pname = "timescaledb_toolkit";
version = "1.19.0";
version = "1.21.0";
src = fetchFromGitHub {
owner = "timescale";
repo = "timescaledb-toolkit";
tag = finalAttrs.version;
hash = "sha256-7yUbtWbYL4AnuUX8OXG4OVqYCY2Lf0pISSTlcFdPqog=";
hash = "sha256-gGGSNvvJprqLkVwPr7cfmGY1qEUTXMdqdvwPYIzXaTA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-g5pIIifsJAs0C02o/+y+ILLnTXFqwG9tZcvY6NqfnDA=";
cargoHash = "sha256-kyUpfNEXJ732VO6JDxU+dIoL57uWzG4Ff03/GnvsxLE=";
buildAndTestSubdir = "extension";
passthru = {
@@ -39,5 +39,6 @@
maintainers = with lib.maintainers; [ typetetris ];
platforms = postgresql.meta.platforms;
license = lib.licenses.tsl;
broken = lib.versionOlder postgresql.version "15";
};
})