Commit 4b60fcef authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

libpqxx: 7.9.2 -> 7.10.0

parent 4ebae9c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [