forked from mirrors/nixpkgs
haskell-postgresql-libpq: update to version 0.9.0.0
This commit is contained in:
parent
97d6b9e925
commit
212fdb0afe
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "postgresql-libpq";
|
||||
version = "0.8.2.6";
|
||||
sha256 = "0n3lqffscwc6pq0rfy4yjild9hcgnkpq9a8icbvgxv4si13ipsgh";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "09bi0npvly02zjhp463bmzm1n8w1cqsln676z82xi2in86317pv3";
|
||||
extraLibraries = [ postgresql ];
|
||||
meta = {
|
||||
homepage = "http://github.com/lpsmith/postgresql-libpq";
|
||||
|
|
Loading…
Reference in a new issue