about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-22 12:22:02 +0200
committerPeter Simons <simons@cryp.to>2014-07-22 14:20:58 +0200
commit9ba4d983c915a1bce107da13199bfc002e3ab0bc (patch)
tree4d52815c7f4f1d904d6655f553175fb5b4626ac1 /pkgs/development
parentc26575e5e372ccab02f8d3a96529d34a395d69ba (diff)
downloadnixlib-9ba4d983c915a1bce107da13199bfc002e3ab0bc.tar
nixlib-9ba4d983c915a1bce107da13199bfc002e3ab0bc.tar.gz
nixlib-9ba4d983c915a1bce107da13199bfc002e3ab0bc.tar.bz2
nixlib-9ba4d983c915a1bce107da13199bfc002e3ab0bc.tar.lz
nixlib-9ba4d983c915a1bce107da13199bfc002e3ab0bc.tar.xz
nixlib-9ba4d983c915a1bce107da13199bfc002e3ab0bc.tar.zst
nixlib-9ba4d983c915a1bce107da13199bfc002e3ab0bc.zip
haskell-mongoDB: update to version 2.0.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/mongoDB/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/mongoDB/default.nix b/pkgs/development/libraries/haskell/mongoDB/default.nix
index 73d8f5ccf94c..d156c9c101ea 100644
--- a/pkgs/development/libraries/haskell/mongoDB/default.nix
+++ b/pkgs/development/libraries/haskell/mongoDB/default.nix
@@ -7,14 +7,14 @@
 
 cabal.mkDerivation (self: {
   pname = "mongoDB";
-  version = "2.0";
-  sha256 = "1dspx1x20903i44i825ziwmvaax75m8g08kz97cv34077bdir80h";
+  version = "2.0.2";
+  sha256 = "02xq80jcrrp41gzzg7008spw3npj6iz3gcf1bkj4cf8vjs44nplf";
   buildDepends = [
     binary bson cryptohash hashtables liftedBase monadControl mtl
     network parsec random randomShuffle text transformersBase
   ];
   meta = {
-    homepage = "http://github.com/selectel/mongodb-haskell";
+    homepage = "https://github.com/mongodb-haskell/mongodb";
     description = "Driver (client) for MongoDB, a free, scalable, fast, document DBMS";
     license = "unknown";
     platforms = self.ghc.meta.platforms;