Unverified Commit 6e6cd2b1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

libpqxx: 7.9.2 -> 7.10.0 (#370127)

parents 2d9e4457 4b60fcef
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 = [