libpqxx: 6.3.2 -> 6.3.3

This commit is contained in:
Will Dietz 2019-03-01 14:33:32 -06:00
parent 516b3fe3e8
commit b83cca6806

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libpqxx";
version = "6.3.2";
version = "6.3.3";
src = fetchFromGitHub {
owner = "jtv";
repo = pname;
rev = version;
sha256 = "0g0c45dl4llx1j083b0i141fvm5v426xdvh3pqnrpbcnj0bgb6g7";
sha256 = "1gfi4ghnhzlkdza2ifvg6b2rk5qn0swq7ykphwmwalb166vj2wlx";
};
nativeBuildInputs = [ gnused python2 ];