3
0
Fork 0
forked from mirrors/nixpkgs

haskell-simple-sendfile: update to version 0.2.6

This commit is contained in:
Peter Simons 2012-08-16 15:41:22 +02:00
parent f1a5724ae8
commit 55c100564d

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "simple-sendfile";
version = "0.2.5";
sha256 = "1g9plryh86lc03rf1s8m36wyc2yqp4y6f02viq9c4g1k85rkbs53";
version = "0.2.6";
sha256 = "1bv8lmpp1h89kx614ijyi5kyqsf4nj75zdarjwxm7is6ixp3rnha";
buildDepends = [ network ];
meta = {
description = "Cross platform library for the sendfile system call";