libubox: 2017-09-29 -> unstable-2020-01-20
This commit is contained in:
parent
48704fbd4f
commit
8f583860c8
@ -1,12 +1,13 @@
|
|||||||
{ stdenv, lib, fetchgit, cmake, pkgconfig, json_c }:
|
{ stdenv, lib, fetchgit, cmake, pkgconfig, json_c }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libubox-2017-09-29";
|
pname = "libubox";
|
||||||
|
version = "unstable-2020-01-20";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.openwrt.org/project/libubox.git";
|
url = "https://git.openwrt.org/project/libubox.git";
|
||||||
rev = "632688e8d6cde32781e4ec685d59afb0938300ad";
|
rev = "43a103ff17ee5872669f8712606578c90c14591d";
|
||||||
sha256 = "1rkwn287k7p802hbd9ap13xxrxsghq6827r86ymqbbcmbcrna13c";
|
sha256 = "0cihgckghamcfxrvqjjn69giib80xhsqaj98ldn0gd96zqh96sd4";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = [ "-DBUILD_LUA=OFF" "-DBUILD_EXAMPLES=OFF" ];
|
cmakeFlags = [ "-DBUILD_LUA=OFF" "-DBUILD_EXAMPLES=OFF" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user