postgresqlPackages.timescaledb-apache: 2.26.0 -> 2.26.1 (#506119)

This commit is contained in:
kirillrdy
2026-04-02 22:50:26 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
version = "2.26.0";
version = "2.26.1";
src = fetchFromGitHub {
owner = "timescale";
repo = "timescaledb";
tag = finalAttrs.version;
hash = "sha256-3shPIY/9bdlf+PryZ/NeChmdYtsKHfwE9x6jvBKaWS8=";
hash = "sha256-SI4qjK0DLtoiN7DDHNWWPdgqWPkUp0zmJQd9L4kQ1X0=";
};
nativeBuildInputs = [ cmake ];