mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-mwc-random: update to version 0.12.0.1
This commit is contained in:
parent
3999d82a40
commit
f1a5724ae8
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "mwc-random";
|
pname = "mwc-random";
|
||||||
version = "0.12.0.0";
|
version = "0.12.0.1";
|
||||||
sha256 = "0c1gzf5nkcbfi2zlhh7ly8b4g2gcr0c1b76awk38g9as9qibgivr";
|
sha256 = "1sq4yxi231ka8rzwsihqziibs7amvl27ycr018wymm3yz36vsy7c";
|
||||||
buildDepends = [ primitive time vector ];
|
buildDepends = [ primitive time vector ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/mwc-random";
|
homepage = "https://github.com/bos/mwc-random";
|
||||||
|
Loading…
Reference in New Issue
Block a user