From f4524394b0f71311eb8c4534c44cd422d37179ae Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 28 Apr 2014 19:17:09 +0200 Subject: [PATCH] haskell-cereal-conduit: update to version 0.7.2.2 --- .../libraries/haskell/cereal-conduit/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/cereal-conduit/default.nix b/pkgs/development/libraries/haskell/cereal-conduit/default.nix index fa13321fff7..56c4a01d9d8 100644 --- a/pkgs/development/libraries/haskell/cereal-conduit/default.nix +++ b/pkgs/development/libraries/haskell/cereal-conduit/default.nix @@ -2,12 +2,12 @@ cabal.mkDerivation (self: { pname = "cereal-conduit"; - version = "0.7.2.1"; - sha256 = "1qjx5y8hznpanchhjfrmi0r6vmiqsj0lh9x09n563gschs8dfisw"; + version = "0.7.2.2"; + sha256 = "1syqilka5rv2j3yp419f2wdrcfw8js6i2p7qif4yxvlkm2hkvzzk"; buildDepends = [ cereal conduit resourcet transformers ]; testDepends = [ cereal conduit HUnit mtl resourcet transformers ]; meta = { - homepage = "https://github.com/litherum/cereal-conduit"; + homepage = "https://github.com/snoyberg/conduit"; description = "Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms;