File tree Expand file tree Collapse file tree 4 files changed +198
-148
lines changed Expand file tree Collapse file tree 4 files changed +198
-148
lines changed Original file line number Diff line number Diff line change 37
37
- popularity-contest
38
38
- ubuntu-advantage-tools
39
39
when : debpkg_mode or stage2_nix
40
+
41
+ - name : prefer ipv4 connection resolution
42
+ become : yes
43
+ replace :
44
+ path : /etc/gai.conf
45
+ regexp : " #precedence ::ffff:0:0/96 100"
46
+ replace : " precedence ::ffff:0:0/96 100"
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.6.1.121 "
1
+ postgres-version = " 15.6.1.122 "
Original file line number Diff line number Diff line change 2
2
3
3
stdenv . mkDerivation rec {
4
4
pname = "timescaledb${ lib . optionalString ( ! enableUnfree ) "-apache" } " ;
5
- version = "2.9 .1" ;
5
+ version = "2.16 .1" ;
6
6
7
7
nativeBuildInputs = [ cmake ] ;
8
8
buildInputs = [ postgresql openssl libkrb5 ] ;
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
11
11
owner = "timescale" ;
12
12
repo = "timescaledb" ;
13
13
rev = version ;
14
- hash = "sha256-fvVSxDiGZAewyuQ2vZDb0I6tmlDXl6trjZp8+qDBtb8 =" ;
14
+ hash = "sha256-sLxWdBmih9mgiO51zLLxn9uwJVYc5JVHJjSWoADoJ+w =" ;
15
15
} ;
16
16
17
17
cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ]
You can’t perform that action at this time.
0 commit comments