mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
libubox: unstable-2023-11-28 -> unstable-2023-12-18
This commit is contained in:
parent
e1eb7578c2
commit
b766bb3052
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "libubox";
|
||||
version = "unstable-2023-11-28";
|
||||
version = "unstable-2023-12-18";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.openwrt.org/project/libubox.git";
|
||||
rev = "e80dc00ee90c29ef56ae28f414b0e5bb361206e7";
|
||||
hash = "sha256-R4Yz4C63LQTNBKyNyiLMQHfc5KJBPFldP1trmtEBb9U=";
|
||||
rev = "6339204c212b2c3506554a8842030df5ec6fe9c6";
|
||||
hash = "sha256-QgpORITt6MYgfzUpaI2T0Ge2a0iVHjDhdYI/nZ2HbJ8=";
|
||||
};
|
||||
|
||||
cmakeFlags = [ "-DBUILD_EXAMPLES=OFF" (if with_lua then "-DLUAPATH=${placeholder "out"}/lib/lua" else "-DBUILD_LUA=OFF") ];
|
||||
|
Loading…
Reference in New Issue
Block a user