We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aaa94e + b628602 commit b067dbfCopy full SHA for b067dbf
pkgs/servers/sql/postgresql/ext/timescaledb.nix
@@ -13,13 +13,13 @@
13
14
postgresqlBuildExtension (finalAttrs: {
15
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
16
- version = "2.20.1";
+ version = "2.20.2";
17
18
src = fetchFromGitHub {
19
owner = "timescale";
20
repo = "timescaledb";
21
tag = finalAttrs.version;
22
- hash = "sha256-eB88YPoK3uUhvbKP1mob5L+pyemxvGVuGGcJAXDDets=";
+ hash = "sha256-GFM6smJv34IeDwOPdTDrHXfYFmHyPhdVxPB/0n4L3NE=";
23
};
24
25
nativeBuildInputs = [ cmake ];
0 commit comments