3
0
Fork 0
forked from mirrors/nixpkgs

haskell-simple-sendfile: update to version 0.2.5

This commit is contained in:
Peter Simons 2012-07-16 11:21:11 +02:00
parent 8e85516e04
commit 932ee764a4

View file

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