postgresqlPackages.timescaledb-apache: 2.20.0 -> 2.20.1

This commit is contained in:
R. Ryantm
2025-05-27 22:16:42 +00:00
parent 3f62a1ca1a
commit 2ed3d93854
@@ -13,13 +13,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
version = "2.20.0";
version = "2.20.1";
src = fetchFromGitHub {
owner = "timescale";
repo = "timescaledb";
tag = finalAttrs.version;
hash = "sha256-CdunXknZoOnxYK3i37TMSR+ma2JAXLsRVSVaa0giJMA=";
hash = "sha256-eB88YPoK3uUhvbKP1mob5L+pyemxvGVuGGcJAXDDets=";
};
nativeBuildInputs = [ cmake ];