ubus: unstable-2023-11-28 -> unstable-2023-12-18

This commit is contained in:
Maciej Krüger 2024-01-22 01:42:11 +01:00
parent b766bb3052
commit 26528d9a18
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation {
pname = "ubus";
version = "unstable-2023-11-28";
version = "unstable-2023-12-18";
src = fetchgit {
url = "https://git.openwrt.org/project/ubus.git";
rev = "f84eb5998c6ea2d34989ca2d3254e56c66139313";
hash = "sha256-5pIovqIeJczWAA9KQPKFnTnGRrIZVdSNdxBR8AEFtO4=";
rev = "65bb027054def3b94a977229fd6ad62ddd32345b";
hash = "sha256-n82Ub0IiuvWbnlDCoN+0hjo/1PbplEbc56kuOYMrHxQ=";
};
cmakeFlags = [ "-DBUILD_LUA=OFF" ];