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:
commit
7566e46d76
|
@ -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 = [
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue