From 2c979c18c5e34dd5583a65d5ab825df293ae0525 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 2 Oct 2013 20:00:57 +0200 Subject: [PATCH] haskell-crypto-conduit: update to version 0.5.2.1 --- pkgs/development/libraries/haskell/crypto-conduit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/crypto-conduit/default.nix b/pkgs/development/libraries/haskell/crypto-conduit/default.nix index 82c742ae029..1dc356b7f46 100644 --- a/pkgs/development/libraries/haskell/crypto-conduit/default.nix +++ b/pkgs/development/libraries/haskell/crypto-conduit/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "crypto-conduit"; - version = "0.5.2"; - sha256 = "0ncqwr2a9nxl6q7qys9gb5db62lx622g5db1xhpfni045x324kbz"; + version = "0.5.2.1"; + sha256 = "1i9m4pzy4ib9n941zlh398idmxcjak2496c4c73i8bmikryahl8p"; buildDepends = [ cereal conduit cryptoApi transformers ]; testDepends = [ cereal conduit cryptoApi cryptocipher cryptohashCryptoapi hspec