mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
haskell-crypto-pubkey-types: update to version 0.2.0
This commit is contained in:
parent
25e826c693
commit
3e59afafca
@ -1,10 +1,9 @@
|
|||||||
{ cabal, cryptoApi }:
|
{ cabal }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "crypto-pubkey-types";
|
pname = "crypto-pubkey-types";
|
||||||
version = "0.1.1";
|
version = "0.2.0";
|
||||||
sha256 = "0chlz01nlxnh9bk5b97vm6q6ai0ifybkdaynwibj8px418mmbkib";
|
sha256 = "1arzkyxcm1ffnwk7imxkwvyi20dp8n960vzj7cbl7fhv3j04c9xq";
|
||||||
buildDepends = [ cryptoApi ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types";
|
homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types";
|
||||||
description = "Generic cryptography Public keys algorithm types";
|
description = "Generic cryptography Public keys algorithm types";
|
||||||
|
Loading…
Reference in New Issue
Block a user