mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
libpqxx: 6.3.0 -> 6.3.1
Windows compile fixes. https://github.com/jtv/libpqxx/releases/tag/6.3.1
This commit is contained in:
parent
539c82b5cf
commit
9cdd49ea3e
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libpqxx";
|
||||
version = "6.3.0";
|
||||
version = "6.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jtv";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1vw7vc5g5lmbjfkqrh7nvci6yy47vjp9iwb9c6qld97r79d7jkvy";
|
||||
sha256 = "15na6iq4mspfa5vgayqzs0wqkqq9nk23d05qwn6xc3gpna2kyqsv";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gnused python2 ];
|
||||
|
|
Loading…
Reference in a new issue