File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- postgres-version = " 15.6.1.134 "
1
+ postgres-version = " 15.6.1.135 "
Original file line number Diff line number Diff line change 2
2
3
3
stdenv . mkDerivation rec {
4
4
pname = "pg_net" ;
5
- version = "0.10 .0" ;
5
+ version = "0.11 .0" ;
6
6
7
7
buildInputs = [ curl postgresql ] ;
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "supabase" ;
11
11
repo = pname ;
12
12
rev = "refs/tags/v${ version } " ;
13
- hash = "sha256-R9Mzw5gvV7b2R59LTOzuOc0AI99+3ncFNzijI4mySUg =" ;
13
+ hash = "sha256-XN441jXK1q+I/LZRNwvzbSsebXHgZ8iYsslZvcPFlAs =" ;
14
14
} ;
15
15
16
16
env . NIX_CFLAGS_COMPILE = "-Wno-error" ;
17
17
18
18
installPhase = ''
19
19
mkdir -p $out/{lib,share/postgresql/extension}
20
20
21
- cp *.so $out/lib
21
+ cp *${ postgresql . dlSuffix } $out/lib
22
22
cp sql/*.sql $out/share/postgresql/extension
23
23
cp *.control $out/share/postgresql/extension
24
24
'' ;
You can’t perform that action at this time.
0 commit comments