1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 15:58:36 +00:00

haskell-simple-sendfile: updated to version 0.2.1

svn path=/nixpkgs/trunk/; revision=32316
This commit is contained in:
Peter Simons 2012-02-16 09:05:43 +00:00
parent 40919ea624
commit 62757d7b36

View file

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