mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-crypto-random-api: update to version 0.2.0
This commit is contained in:
parent
52867cbbda
commit
a17b729ebe
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "crypto-random-api";
|
||||
version = "0.1.0";
|
||||
sha256 = "1zx05hskzdxm0kfj6x9qsx8f659zv77pa189s3xg56i7h18d25md";
|
||||
version = "0.2.0";
|
||||
sha256 = "0z49kwgjj7rz235642q64hbkgp0zl6ipn29xd19yb75xc5q7gsan";
|
||||
buildDepends = [ entropy ];
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-crypto-random-api";
|
||||
|
|
Loading…
Reference in a new issue