mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
haskell-sodium: update to version 0.11.0.2
This commit is contained in:
parent
b578288cd1
commit
90a9d2c952
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "sodium";
|
||||
version = "0.11.0.1";
|
||||
sha256 = "1n5djs9l64iqnkqyy1i75pcyr9vckzyh04pv0z26fxdymm56bvq5";
|
||||
version = "0.11.0.2";
|
||||
sha256 = "0m3ig6nqkw0m6xh6ijgr2w06i4ydyfwx7rsbkrrxflichadm9r2g";
|
||||
buildDepends = [ mtl ];
|
||||
meta = {
|
||||
description = "Sodium Reactive Programming (FRP) System";
|
||||
|
|
Loading…
Reference in a new issue