From 5e84d6e7b771c4c81fc21a2eafc3f5cd64d57faa Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 11 Mar 2015 16:21:23 -0700 Subject: libnet: 1.2-rc2 -> 1.2-rc3 --- pkgs/development/libraries/libnet/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pkgs/development/libraries/libnet') diff --git a/pkgs/development/libraries/libnet/default.nix b/pkgs/development/libraries/libnet/default.nix index 783739dda71..1e445b20f68 100644 --- a/pkgs/development/libraries/libnet/default.nix +++ b/pkgs/development/libraries/libnet/default.nix @@ -2,17 +2,18 @@ stdenv.mkDerivation rec { name = "libnet-${version}"; - version = "1.2-rc2"; + version = "1.2-rc3"; src = fetchurl { url = "mirror://sourceforge/libnet-dev/${name}.tar.gz"; - sha256 = "1pc74p839a7wvhjdgy0scj7c4yarr6mqdqvj56k6sp8pkc763az7"; + sha256 = "0qsapqa7dzq9f6lb19kzilif0pj82b64fjv5bq086hflb9w81hvj"; }; - meta = { + meta = with stdenv.lib; { homepage = http://github.com/sam-github/libnet; description = "Portable framework for low-level network packet construction"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.unix; + license = licenses.bsd3; + platforms = platforms.unix; + maintainers = with maintainers; [ wkennington ]; }; } -- cgit 1.4.1