postgresqlPackages.timescaledb-apache: 2.21.0 -> 2.21.1

This commit is contained in:
R. Ryantm
2025-07-22 13:28:18 +00:00
parent d04876e8e9
commit 5db41209e3
@@ -13,13 +13,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
version = "2.21.0";
version = "2.21.1";
src = fetchFromGitHub {
owner = "timescale";
repo = "timescaledb";
tag = finalAttrs.version;
hash = "sha256-t3BPy1rmV3f/OFDHqiRh1E9tNH7dc1LCTktvkSSZLro=";
hash = "sha256-oZaEUz6g/8oVdVyPCkAE0quzYBxO911MZcgd8rFFA3c=";
};
nativeBuildInputs = [ cmake ];