mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
haskell-cprng-aes: update to version 0.3.0
This commit is contained in:
parent
57631b141e
commit
8afc31a740
@ -1,13 +1,11 @@
|
|||||||
{ cabal, cereal, cipherAes, cryptoApi, cryptocipher, entropy
|
{ cabal, cipherAes, cryptoApi, cryptoRandomApi, entropy, random }:
|
||||||
, random
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cprng-aes";
|
pname = "cprng-aes";
|
||||||
version = "0.2.4";
|
version = "0.3.0";
|
||||||
sha256 = "0rk14yj76p5a1h6jlz4q2fgijjid430lwcr57zkkda8mdibqqs5j";
|
sha256 = "1a8imapda8k0rf0bvag1iin66f2r97pfgip7dkvpvmdkp3j1212h";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cereal cipherAes cryptoApi cryptocipher entropy random
|
cipherAes cryptoApi cryptoRandomApi entropy random
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-cprng-aes";
|
homepage = "http://github.com/vincenthz/hs-cprng-aes";
|
||||||
|
Loading…
Reference in New Issue
Block a user