Unverified Commit 4abbeba7 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

libpqxx: 7.10.4 -> 7.10.5 (#475634)

parents 71b973cf 2f8f48ea
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.10.4";
  version = "7.10.5";

  src = fetchFromGitHub {
    owner = "jtv";
    repo = "libpqxx";
    rev = finalAttrs.version;
    hash = "sha256-0/gkfoJg+Zt9LLLQ/TVkUhBZ3NYIzg+uIClU89ORr+4=";
    hash = "sha256-QlzP/4ze9PFdadkcCxppVeOAKYGscrc4Db52xHcbPIA=";
  };

  outputs = [