File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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 22
33stdenv . mkDerivation rec {
44 pname = "pg_net" ;
5- version = "0.10 .0" ;
5+ version = "0.11 .0" ;
66
77 buildInputs = [ curl postgresql ] ;
88
99 src = fetchFromGitHub {
1010 owner = "supabase" ;
1111 repo = pname ;
1212 rev = "refs/tags/v${ version } " ;
13- hash = "sha256-R9Mzw5gvV7b2R59LTOzuOc0AI99+3ncFNzijI4mySUg =" ;
13+ hash = "sha256-XN441jXK1q+I/LZRNwvzbSsebXHgZ8iYsslZvcPFlAs =" ;
1414 } ;
1515
1616 env . NIX_CFLAGS_COMPILE = "-Wno-error" ;
1717
1818 installPhase = ''
1919 mkdir -p $out/{lib,share/postgresql/extension}
2020
21- cp *.so $out/lib
21+ cp *${ postgresql . dlSuffix } $out/lib
2222 cp sql/*.sql $out/share/postgresql/extension
2323 cp *.control $out/share/postgresql/extension
2424 '' ;
You can’t perform that action at this time.
0 commit comments