mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskell-crypto-pubkey-types: update to version 0.3.2
This commit is contained in:
parent
319fc22b7c
commit
6dc8a1158f
1 changed files with 4 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue