libkqueue: 2.6.1 -> 2.6.2
https://github.com/mheily/libkqueue/raw/v2.6.2/ChangeLog
This commit is contained in:
parent
5e95aa1050
commit
dbff0b876a
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libkqueue";
|
pname = "libkqueue";
|
||||||
version = "2.6.1";
|
version = "2.6.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mheily";
|
owner = "mheily";
|
||||||
repo = "libkqueue";
|
repo = "libkqueue";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-YKKBHOxjUS7+/ib4gcR7EYjjVOwhHVksYasLhErdV8s=";
|
sha256 = "sha256-5Zds9sqHkFldJf3ThTPOiaGKohmFcIzY0ARDA0iswVk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "kqueue(2) compatibility library";
|
description = "kqueue(2) compatibility library";
|
||||||
homepage = "https://github.com/mheily/libkqueue";
|
homepage = "https://github.com/mheily/libkqueue";
|
||||||
|
changelog = "https://github.com/mheily/libkqueue/raw/v${version}/ChangeLog";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user