diff options
| author | Yohann Boniface <edhyjox@gmail.com> | 2025-08-09 05:58:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-09 05:58:15 +0200 |
| commit | e2e21bfb5cd44e5898c4aa66e12bfb0f52bde5bd (patch) | |
| tree | f0e5e99fb0bc8e4d162bbadf15b86c161561a38a | |
| parent | gruvbox-gtk-theme: 0-unstable-2025-07-21 -> 0-unstable-2025-07-28 (#431268) (diff) | |
| parent | libkqueue: 2.6.2 -> 2.6.3 (diff) | |
| download | nixpkgs-e2e21bfb5cd44e5898c4aa66e12bfb0f52bde5bd.tar.gz | |
libkqueue: 2.6.2 -> 2.6.3 (#431259)
| -rw-r--r-- | pkgs/by-name/li/libkqueue/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/li/libkqueue/package.nix b/pkgs/by-name/li/libkqueue/package.nix index 68dc890b7082..639638d9a9a9 100644 --- a/pkgs/by-name/li/libkqueue/package.nix +++ b/pkgs/by-name/li/libkqueue/package.nix @@ -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 ]; |
