haskell-simple-sendfile: updated to version 0.1.3

svn path=/nixpkgs/trunk/; revision=30135
This commit is contained in:
Peter Simons 2011-10-30 16:06:42 +00:00
parent 8a2cef50ab
commit 3eac2b5f88

View File

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