Merge pull request #39219 from r-ryantm/auto-update/libpqxx

libpqxx: 6.1.1 -> 6.2.2
This commit is contained in:
Jörg Thalheim 2018-04-21 13:01:33 +01:00 committed by GitHub
commit 8bcecefb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libpqxx-${version}";
version = "6.1.1";
version = "6.2.2";
src = fetchFromGitHub {
owner = "jtv";
repo = "libpqxx";
rev = version;
sha256 = "0yw0wvnpw0j560f5zv4gvmafi19d9hrknwjzl7qrss926aqx65jq";
sha256 = "0f7mkl29v6d47kkdpl2gkb9xc5lnih2pq9pk3cq6nc2j6w758yp5";
};
nativeBuildInputs = [ gnused python2 ];