1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libpqxx: 6.4.4 -> 6.4.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 2019-07-01 15:14:48 -07:00 committed by Frederik Rietdijk
parent 9dfa1f5f55
commit bcbc159e98

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libpqxx";
version = "6.4.4";
version = "6.4.5";
src = fetchFromGitHub {
owner = "jtv";
repo = pname;
rev = version;
sha256 = "0l62qlln5q1qhapbnm8n1k0hbzf3287gld1jpcbwr0yj79l9j579";
sha256 = "0djmjr2b5x5nd2a4idv5j8s6w0kdmvil910iv1kyc7x94dirbrni";
};
nativeBuildInputs = [ gnused python2 ];