postgresqlPackages.timescaledb-apache: 2.20.1 -> 2.20.2 (#414867)

This commit is contained in:
Wolfgang Walther
2025-06-08 08:52:22 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
version = "2.20.1";
version = "2.20.2";
src = fetchFromGitHub {
owner = "timescale";
repo = "timescaledb";
tag = finalAttrs.version;
hash = "sha256-eB88YPoK3uUhvbKP1mob5L+pyemxvGVuGGcJAXDDets=";
hash = "sha256-GFM6smJv34IeDwOPdTDrHXfYFmHyPhdVxPB/0n4L3NE=";
};
nativeBuildInputs = [ cmake ];