haskell-cprng-aes: update to version 0.6.0

This commit is contained in:
Peter Simons 2014-10-26 16:43:35 +01:00
parent 7056dbb9f7
commit cd618ea085

View file

@ -1,12 +1,12 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, byteable, cipherAes, cryptoRandom, random }:
{ cabal, byteable, cipherAes, cryptoRandom }:
cabal.mkDerivation (self: {
pname = "cprng-aes";
version = "0.5.2";
sha256 = "1nf8dd83ywriq2ynv48f2s5lvc9s3srq4j5vbspmf0kc74kmq2pf";
buildDepends = [ byteable cipherAes cryptoRandom random ];
version = "0.6.0";
sha256 = "0d6m6mjkwvkg1cqq3q3hc64hp445kbcdf12lwm6k2scrpd2r7bhq";
buildDepends = [ byteable cipherAes cryptoRandom ];
meta = {
homepage = "http://github.com/vincenthz/hs-cprng-aes";
description = "Crypto Pseudo Random Number Generator using AES in counter mode";