From 7d51d5249938880daa115ba6fa48fb2a91a159c4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 13 Feb 2012 09:01:51 +0000 Subject: [PATCH] haskell-HDBC: updated to version 2.3.1.1 svn path=/nixpkgs/trunk/; revision=32239 --- pkgs/development/libraries/haskell/HDBC/HDBC.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/HDBC/HDBC.nix b/pkgs/development/libraries/haskell/HDBC/HDBC.nix index 30791deea1c0..4044c1798106 100644 --- a/pkgs/development/libraries/haskell/HDBC/HDBC.nix +++ b/pkgs/development/libraries/haskell/HDBC/HDBC.nix @@ -2,13 +2,13 @@ cabal.mkDerivation (self: { pname = "HDBC"; - version = "2.3.1.0"; - sha256 = "1y3qcc0ids9k3af4qkhabwg82q03a21wl4vdqhj1h0zmf08b3m6k"; + version = "2.3.1.1"; + sha256 = "1gqihvsf5w7j8xbn1xy93mdrsh77qwxbhfmyjivbm6i95w1i0kb7"; isLibrary = true; isExecutable = true; buildDepends = [ convertible mtl text time utf8String ]; meta = { - homepage = "https://github.com/jgoerzen/hdbc/wiki"; + homepage = "https://github.com/hdbc/hdbc"; description = "Haskell Database Connectivity"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms;