libpqxx: 6.2.4 -> 6.2.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libpqxx/versions
This commit is contained in:
R. RyanTM 2018-10-14 06:24:22 -07:00
parent 35ce480d69
commit 605821e1b2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libpqxx-${version}"; name = "libpqxx-${version}";
version = "6.2.4"; version = "6.2.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jtv"; owner = "jtv";
repo = "libpqxx"; repo = "libpqxx";
rev = version; rev = version;
sha256 = "18fkyfa3a917ljmarf3jy8ycdhqzpc47cj87542sjpxnpaj9hy59"; sha256 = "15x9xlj2v66w81j90cb438qkrrcqaq4dqrvhllwyqfz4lprqnhh9";
}; };
nativeBuildInputs = [ gnused python2 ]; nativeBuildInputs = [ gnused python2 ];