1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #319035 from wegank/epoll-shim-bump

epoll-shim: 0.0.20230411 -> 0.0.20240608
This commit is contained in:
Weijia Wang 2024-06-16 00:02:44 +02:00 committed by GitHub
commit 7566e46d76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "epoll-shim";
version = "0.0.20230411";
version = "0.0.20240608";
src = fetchFromGitHub {
owner = "jiixyj";
repo = finalAttrs.pname;
repo = "epoll-shim";
rev = "v${finalAttrs.version}";
hash = "sha256-TOfybtUEp+EtY2l/UGwVFIESDe9kELJCZHlcz22Cmi8=";
hash = "sha256-PIVzVjXOECGv41KtAUmGzUiQ+4lVIyzGEOzVQQ1Pc54=";
};
nativeBuildInputs = [

View file

@ -20566,8 +20566,6 @@ with pkgs;
entt = callPackage ../development/libraries/entt { };
epoll-shim = callPackage ../development/libraries/epoll-shim { };
libepoxy = callPackage ../development/libraries/libepoxy {
inherit (darwin.apple_sdk.frameworks) Carbon OpenGL;
};