Merge pull request #261257 from laalsaas/mbidled

mbidled: unstable-2022-10-30 -> 2023-09-30
This commit is contained in:
Sandro 2024-03-20 00:22:46 +01:00 committed by GitHub
commit 0e63f85393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,15 +6,16 @@
, libev , libev
, openssl , openssl
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "mbidled"; pname = "mbidled";
version = "unstable-2022-10-30"; version = "unstable-2023-09-30";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zsugabubus"; owner = "zsugabubus";
repo = "mbidled"; repo = "mbidled";
rev = "b06152f015a470876b042e538804ebb1ac247c09"; rev = "c724a34cc01b829b19a60655fc1652a378db7f27";
sha256 = "sha256-eHm10onJ7v6fhvJiGXZhuN3c9cj+NoVIW2XQb2fdmuA="; sha256 = "sha256-XQXLPjEEesBd+bATsKE2nvoNcuqtRA1JIsV7306CssA=";
}; };
preConfigure = '' preConfigure = ''
@ -22,11 +23,13 @@ stdenv.mkDerivation {
''; '';
nativeBuildInputs = [ nativeBuildInputs = [
meson ninja meson
ninja
]; ];
buildInputs = [ buildInputs = [
libev openssl libev
openssl
]; ];
meta = with lib; { meta = with lib; {