lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libubox: unstable-2023-01-03 -> unstable-2023-05-23

+3 -3
+3 -3
pkgs/development/libraries/libubox/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "libubox"; 5 - version = "unstable-2023-01-03${lib.optionalString with_ustream_ssl "-${ustream-ssl.ssl_implementation.pname}"}"; 5 + version = "unstable-2023-05-23"; 6 6 7 7 src = fetchgit { 8 8 url = "https://git.openwrt.org/project/libubox.git"; 9 - rev = "eac92a4d5d82eb31e712157e7eb425af728b2c43"; 10 - sha256 = "0w6mmwmd3ljhkqfk0qswq28dp63k30s3brlgf8lyi7vj7mrhvn3c"; 9 + rev = "75a3b870cace1171faf57bd55e5a9a2f1564f757"; 10 + hash = "sha256-QhJ09i7IWP6rbxrYuhisVsCr82Ou/JAZMEdkaLhZp1o="; 11 11 }; 12 12 13 13 cmakeFlags = [ "-DBUILD_EXAMPLES=OFF" (if with_lua then "-DLUAPATH=${placeholder "out"}/lib/lua" else "-DBUILD_LUA=OFF") ];