From 3e59afafcae47a2fce6e0a19f67f75d7fe8624bc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 17 Nov 2012 11:39:25 +0100 Subject: [PATCH] haskell-crypto-pubkey-types: update to version 0.2.0 --- .../libraries/haskell/crypto-pubkey-types/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix b/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix index fa3151d893c..72ba3d20b02 100644 --- a/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix +++ b/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix @@ -1,10 +1,9 @@ -{ cabal, cryptoApi }: +{ cabal }: cabal.mkDerivation (self: { pname = "crypto-pubkey-types"; - version = "0.1.1"; - sha256 = "0chlz01nlxnh9bk5b97vm6q6ai0ifybkdaynwibj8px418mmbkib"; - buildDepends = [ cryptoApi ]; + version = "0.2.0"; + sha256 = "1arzkyxcm1ffnwk7imxkwvyi20dp8n960vzj7cbl7fhv3j04c9xq"; meta = { homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types"; description = "Generic cryptography Public keys algorithm types";