haskell-sendfile: update to version 0.7.7
This commit is contained in:
parent
c278b67c2c
commit
9d5d111e6e
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "sendfile";
|
pname = "sendfile";
|
||||||
version = "0.7.6";
|
version = "0.7.7";
|
||||||
sha256 = "0wqbnr07s3g7f6p4x27ips9nzjjz1ii5hw1q54i31g40jzv8rs7z";
|
sha256 = "0pwzgmgc87xms4r7pqymq56qgi601pk195kj62rll05qip6mrba0";
|
||||||
buildDepends = [ network ];
|
buildDepends = [ network ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://patch-tag.com/r/mae/sendfile";
|
homepage = "http://hub.darcs.net/stepcut/sendfile";
|
||||||
description = "A portable sendfile library";
|
description = "A portable sendfile library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user