diff options
author | Maciej Krüger | 2023-08-28 01:26:03 +0200 |
---|---|---|
committer | Maciej Krüger | 2023-08-28 01:26:03 +0200 |
commit | 0f14ca4cefcce1a0d50050ae3ceec27fb578e7e4 (patch) | |
tree | e797ff3cf0b5400007a615b934e3769c0b08d7e1 /pkgs/development | |
parent | 39df712ed59e768aead663f9064d231b0bf179e7 (diff) |
libubox: unstable-2023-01-03 -> unstable-2023-05-23
Diffstat (limited to 'pkgs/development')
-rw-r--r-- | pkgs/development/libraries/libubox/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libubox/default.nix b/pkgs/development/libraries/libubox/default.nix index 0a1e1e7f0a21..a1fe567af8b1 100644 --- a/pkgs/development/libraries/libubox/default.nix +++ b/pkgs/development/libraries/libubox/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation { pname = "libubox"; - version = "unstable-2023-01-03${lib.optionalString with_ustream_ssl "-${ustream-ssl.ssl_implementation.pname}"}"; + version = "unstable-2023-05-23"; src = fetchgit { url = "https://git.openwrt.org/project/libubox.git"; - rev = "eac92a4d5d82eb31e712157e7eb425af728b2c43"; - sha256 = "0w6mmwmd3ljhkqfk0qswq28dp63k30s3brlgf8lyi7vj7mrhvn3c"; + rev = "75a3b870cace1171faf57bd55e5a9a2f1564f757"; + hash = "sha256-QhJ09i7IWP6rbxrYuhisVsCr82Ou/JAZMEdkaLhZp1o="; }; cmakeFlags = [ "-DBUILD_EXAMPLES=OFF" (if with_lua then "-DLUAPATH=${placeholder "out"}/lib/lua" else "-DBUILD_LUA=OFF") ]; |