mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-postgresql-libpq: update to version 0.9.0.1
This commit is contained in:
parent
7fbc69eb96
commit
60a1167056
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "postgresql-libpq";
|
pname = "postgresql-libpq";
|
||||||
version = "0.9.0.0";
|
version = "0.9.0.1";
|
||||||
sha256 = "09bi0npvly02zjhp463bmzm1n8w1cqsln676z82xi2in86317pv3";
|
sha256 = "0fdz9pkmrajqm026s6d5ib9kqg5ph93fw7l2xrgf22zagl53rzx3";
|
||||||
extraLibraries = [ postgresql ];
|
extraLibraries = [ postgresql ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/lpsmith/postgresql-libpq";
|
homepage = "http://github.com/lpsmith/postgresql-libpq";
|
||||||
|
|
Loading…
Reference in a new issue