haskell-simple-sendfile: updated to version 0.2.0

svn path=/nixpkgs/trunk/; revision=31095
This commit is contained in:
Peter Simons 2011-12-26 15:36:27 +00:00
parent 381ebfe994
commit d9c27a4387

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "simple-sendfile";
version = "0.1.3";
sha256 = "0n78d6bn2hsm3p6r2kc2cr5nf9v1vqs6v5i9x71f910r3kk2grm8";
version = "0.2.0";
sha256 = "1rsbmlnks4q8gsfzwqwcj901b8hzcrfb85z7wy3szj4h0axw4264";
buildDepends = [ network ];
meta = {
description = "Cross platform library for the sendfile system call";