1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-13 04:04:35 +03:00

mruby-zmq: update

This commit is contained in:
Samuel Dionne-Riel 2021-09-24 22:13:55 -04:00
parent 4440a62fe6
commit e5cb86b5ee

View File

@ -376,15 +376,11 @@ rec {
src = fetchFromGitHub {
repo = "mruby-zmq";
owner = "zeromq";
rev = "39b6dab7cb944595064ca3e9376637024d3bf483";
sha256 = "03n9890wx18v7pwnk5w8s10l7yij6hyj8y5q4jf296k56dr4g01m";
rev = "ed45cef4d6f813978a0c3cc60b5f62208af7cf71";
sha256 = "0vx0akd4kmb1iwvxd5dn8q65f6f3paw2rswxy8h23lgf6yxyks3h";
};
patches = [
(fetchpatch {
url = "https://github.com/zeromq/mruby-zmq/pull/16.patch";
sha256 = "1m63yl84hg80whqpr3yznk06yalaasiszwm3pjvsr2di8gyi0bm5";
})
./mruby-zmq/0001-Work-around-missing-pthread.patch
./mruby-zmq/0001-HACK-cross-build-is-not-special-with-Nixpkgs.patch
];