From 6dc8a1158fdae919d13a191bf0c2c1ef7cb37152 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 30 Apr 2013 14:10:56 +0200 Subject: [PATCH] haskell-crypto-pubkey-types: update to version 0.3.2 --- .../libraries/haskell/crypto-pubkey-types/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix b/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix index 81cfdac0151..5ccb1e7e0ce 100644 --- a/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix +++ b/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix @@ -1,9 +1,10 @@ -{ cabal }: +{ cabal, asn1Types }: cabal.mkDerivation (self: { pname = "crypto-pubkey-types"; - version = "0.2.0"; - sha256 = "1arzkyxcm1ffnwk7imxkwvyi20dp8n960vzj7cbl7fhv3j04c9xq"; + version = "0.3.2"; + sha256 = "12gzx4mj8rc243vvjkzvrxnj2f7x3z86yfgahx3my5vsaw4bix2h"; + buildDepends = [ asn1Types ]; meta = { homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types"; description = "Generic cryptography Public keys algorithm types";