libkqueue: 2.6.2 -> 2.6.3 (#431259)

This commit is contained in:
Yohann Boniface 2025-08-09 05:58:15 +02:00 committed by GitHub
commit e2e21bfb5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "libkqueue";
version = "2.6.2";
version = "2.6.3";
src = fetchFromGitHub {
owner = "mheily";
repo = "libkqueue";
rev = "v${version}";
sha256 = "sha256-5Zds9sqHkFldJf3ThTPOiaGKohmFcIzY0ARDA0iswVk=";
sha256 = "sha256-q9ycYeo8BriD9bZEozjkdHUg2xntQUZwbYX7d1IZPzk=";
};
nativeBuildInputs = [ cmake ];