haskell-cprng-aes: update to version 0.6.0
This commit is contained in:
parent
7056dbb9f7
commit
cd618ea085
@ -1,12 +1,12 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, byteable, cipherAes, cryptoRandom, random }:
|
{ cabal, byteable, cipherAes, cryptoRandom }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cprng-aes";
|
pname = "cprng-aes";
|
||||||
version = "0.5.2";
|
version = "0.6.0";
|
||||||
sha256 = "1nf8dd83ywriq2ynv48f2s5lvc9s3srq4j5vbspmf0kc74kmq2pf";
|
sha256 = "0d6m6mjkwvkg1cqq3q3hc64hp445kbcdf12lwm6k2scrpd2r7bhq";
|
||||||
buildDepends = [ byteable cipherAes cryptoRandom random ];
|
buildDepends = [ byteable cipherAes cryptoRandom ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-cprng-aes";
|
homepage = "http://github.com/vincenthz/hs-cprng-aes";
|
||||||
description = "Crypto Pseudo Random Number Generator using AES in counter mode";
|
description = "Crypto Pseudo Random Number Generator using AES in counter mode";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user