pgbouncer: 1.23.0 -> 1.23.1

This commit is contained in:
R. Ryantm 2024-08-04 03:02:51 +00:00
parent 54770984fc
commit efd3bbab3f

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgbouncer";
version = "1.23.0";
version = "1.23.1";
src = fetchurl {
url = "https://www.pgbouncer.org/downloads/files/${version}/${pname}-${version}.tar.gz";
hash = "sha256-GAQhnDAe8DXn9B6pr/HlGAtLr4hF1hBh6aEIWTYyMiY=";
hash = "sha256-GWO0lyMdmlYKYtJm5KLq5ogatAGFPZPl0pLDdA7sUIQ=";
};
nativeBuildInputs = [ pkg-config ];