haskell-socks: update to version 0.5.1
This commit is contained in:
parent
ee45b50eb2
commit
be6457fd2c
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "socks";
|
pname = "socks";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
sha256 = "1lk6yvx5a65nz7z89i0sgqzcqw2v6j645nq15kgbpxhcinfdvqs7";
|
sha256 = "08zwbkglkahjadqn2m7l0k5yp4lcd9h6kgb8k8mjlwxayx82a0ay";
|
||||||
buildDepends = [ cereal network ];
|
buildDepends = [ cereal network ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-socks";
|
homepage = "http://github.com/vincenthz/hs-socks";
|
||||||
|
|
Loading…
Reference in New Issue