forked from mirrors/nixpkgs
libnet: 1.2-rc2 -> 1.2-rc3
This commit is contained in:
parent
8c37f09ea5
commit
5e84d6e7b7
|
@ -2,17 +2,18 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libnet-${version}";
|
name = "libnet-${version}";
|
||||||
version = "1.2-rc2";
|
version = "1.2-rc3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/libnet-dev/${name}.tar.gz";
|
url = "mirror://sourceforge/libnet-dev/${name}.tar.gz";
|
||||||
sha256 = "1pc74p839a7wvhjdgy0scj7c4yarr6mqdqvj56k6sp8pkc763az7";
|
sha256 = "0qsapqa7dzq9f6lb19kzilif0pj82b64fjv5bq086hflb9w81hvj";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://github.com/sam-github/libnet;
|
homepage = http://github.com/sam-github/libnet;
|
||||||
description = "Portable framework for low-level network packet construction";
|
description = "Portable framework for low-level network packet construction";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue