Author: simons
Date: Sun Aug 7 18:23:31 2011
New Revision: 28247
URL: https://svn.nixos.org/websvn/nix/?rev=28247&sc=1
Log:
sendfile: updated to version 0.7.3
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/sendfile/default.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/sendfile/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/sendfile/default.nix
Sun Aug 7 18:23:27 2011 (r28246)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/sendfile/default.nix
Sun Aug 7 18:23:31 2011 (r28247)
@@ -1,14 +1,15 @@
-{cabal, network}:
+{cabal, network} :
cabal.mkDerivation (self : {
pname = "sendfile";
- version = "0.6.2";
- sha256 = "2d7bf7fdcae7e2ffa24bf70bc1bdc7ea4e6b1726f6cee63cd14c2eeb5545749a";
- propagatedBuildInputs = [network];
+ version = "0.7.3";
+ sha256 = "0xa5ryyznw7cizdqjnisvyhirdljw5z7aydwv5m9lv9hkx3bs6l0";
+ propagatedBuildInputs = [ network ];
meta = {
+ homepage = "http://patch-tag.com/r/mae/sendfile";
description = "A portable sendfile library";
- license = "BSD";
- maintainers = [self.stdenv.lib.maintainers.andres];
+ license = self.stdenv.lib.licenses.bsd3;
+ platforms = self.stdenv.lib.platforms.haskellPlatforms;
+ maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})
-
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits