mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +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: {
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user