@@ -110,28 +110,28 @@ let
110110 # when updating the packages, update the checksums too in wire-server-deploy/ansible/inventory/offline/group_vars/all/offline.yml
111111 postgresql = fetchurl rec {
112112 passthru . url = url ;
113- url = "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-17/postgresql-17_17.7-3 .pgdg22.04+1_amd64.deb" ;
114- sha256 = "sha256:8218af27440df4e1cd29eeb0fffdcf0702fb50840ccbefd19864355237a0cddf " ;
113+ url = "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-17/postgresql-17_17.8-1 .pgdg22.04+1_amd64.deb" ;
114+ sha256 = "sha256:bddeaf93563ecf60df46b2000fd4d519d346d811579f89f30387de8d58f9b0dd " ;
115115 } ;
116116 postgresql-client = fetchurl rec {
117117 passthru . url = url ;
118- url = "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-17/postgresql-client-17_17.7-3 .pgdg22.04+1_amd64.deb" ;
119- sha256 = "sha256:c6443fefb733632ee835a53b43a174244a009c62ac46bf01f032738b7ff18a8e " ;
118+ url = "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-17/postgresql-client-17_17.8-1 .pgdg22.04+1_amd64.deb" ;
119+ sha256 = "sha256:a83a985f1e406c1914212de5dffdcce277d3d82ae5d542dd9d84001a97a427e4 " ;
120120 } ;
121121 libpq5 = fetchurl rec {
122122 passthru . url = url ;
123- url = "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-18/libpq5_18.1 -1.pgdg22.04+2_amd64 .deb" ;
124- sha256 = "sha256:4ae11bafcf5cb972e53457c01de30bd4119e8ed280bced0c383aceecb06b4be8 " ;
123+ url = "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-18/libpq5_18.2 -1.pgdg22.04+1_amd64 .deb" ;
124+ sha256 = "sha256:54e4ab2606aea5525bfd1a99b6e1b143458caced07bd840ccb46a69cad61f341 " ;
125125 } ;
126126 postgresql-client-common = fetchurl rec {
127127 passthru . url = url ;
128- url = "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-common/postgresql-client-common_287 .pgdg22.04+1_all.deb" ;
129- sha256 = "sha256:7e96dbd09f546e819806d6897a6e8a08b0ffe544990d52a82f3e84cad1fac775 " ;
128+ url = "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-common/postgresql-client-common_291 .pgdg22.04+1_all.deb" ;
129+ sha256 = "sha256:a5349a75cae9ccb1c118e58e539e3e275394def728cb193b39bb36275a721254 " ;
130130 } ;
131131 postgresql-common = fetchurl rec {
132132 passthru . url = url ;
133- url = "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-common/postgresql-common_287 .pgdg22.04+1_all.deb" ;
134- sha256 = "sha256:f8909773a26c0d189db0331b4efa3909d31f1b6bcc9c663904f73efbcb48c642 " ;
133+ url = "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-common/postgresql-common_291 .pgdg22.04+1_all.deb" ;
134+ sha256 = "sha256:4c51fd323be440de831a55b1f06da77ba6e803fdf47a8b8e3e99b4f439256683 " ;
135135 } ;
136136 python3-psycopg2 = fetchurl rec {
137137 passthru . url = url ;
0 commit comments