Merge pull request #278868 from r-ryantm/auto-update/libuev

libuev: 2.4.0 -> 2.4.1
This commit is contained in:
Weijia Wang 2024-01-05 21:28:53 +01:00 committed by GitHub
commit 065ab58f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libuev";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "troglobit";
repo = "libuev";
rev = "v${version}";
hash = "sha256-x6l7CqlZ82kc8shAf2SxgIa4ESu0fTtnOgGz5joVCEY=";
hash = "sha256-x1Sk7IuhlBQPFL7Rq4tmEanBxI/WaQ2L5fpUyEWOoi8=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "Lightweight event loop library for Linux epoll() family APIs";
homepage = "https://codedocs.xyz/troglobit/libuev/";
license = licenses.mit;
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = with maintainers; [ vifino ];
};
}