ubus: unstable-2023-06-05 -> unstable-2023-11-14

This commit is contained in:
Maciej Krüger
2023-11-23 17:47:41 +01:00
parent 1a73ff52d3
commit afa5ac226a
+3 -3
View File
@@ -2,12 +2,12 @@
stdenv.mkDerivation {
pname = "ubus";
version = "unstable-2023-06-05";
version = "unstable-2023-11-14";
src = fetchgit {
url = "https://git.openwrt.org/project/ubus.git";
rev = "f787c97b34894a38b15599886cacbca01271684f";
hash = "sha256-PGPFtNaRXS6ryC+MA/w2CtPQfJa+vG5OXf/NPFMoIzQ=";
rev = "b3e8c4ef07ebb6f0f34a5c1f0dc1539068363619";
hash = "sha256-H/QrLMhdEC1LnSxHpp/90OdKbfHRqLVWUnzyQlsVO8c=";
};
cmakeFlags = [ "-DBUILD_LUA=OFF" ];