libpqxx: 7.9.2 -> 7.10.0

This commit is contained in:
R. Ryantm
2025-03-06 15:16:50 +01:00
committed by Weijia Wang
parent 4ebae9c99f
commit 4b60fceff5
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libpqxx";
version = "7.9.2";
version = "7.10.0";
src = fetchFromGitHub {
owner = "jtv";
repo = "libpqxx";
rev = finalAttrs.version;
hash = "sha256-I5e0iqXlZqDOMa1PlnrxpcKt1c2mbnSbVQrpi1Gh25o=";
hash = "sha256-llsnd1bxAyiEgo9PfWYdQp1RPPk1oF/02IgMvPhodZ0=";
};
outputs = [