odhcp6c: 0-unstable-2025-10-21 -> 0-unstable-2025-12-29

This commit is contained in:
Luke Granger-Brown
2026-01-11 10:00:03 +09:00
parent fb13f05151
commit 63a3eff35f
+5 -3
View File
@@ -3,20 +3,22 @@
stdenv,
fetchgit,
cmake,
libubox,
unstableGitUpdater,
}:
stdenv.mkDerivation {
pname = "odhcp6c";
version = "0-unstable-2025-10-21";
version = "0-unstable-2025-12-29";
src = fetchgit {
url = "https://git.openwrt.org/project/odhcp6c.git";
rev = "77e1ae21e67f81840024ffe5bb7cf69a8fb0d2f0";
hash = "sha256-aOW0rOGd4YwnfXjsUj6HHy8zf0FJYFjsKMWJ5yhUl5g=";
rev = "8abb45065f5ef9d176efa6bd151a1209b05852c4";
hash = "sha256-xly6FAp8yddBnJeCSupVIq0Wec+sSFuuKH91MNKvHwM=";
};
nativeBuildInputs = [ cmake ];
buildInputs = [ libubox ];
cmakeFlags = [
"-DCMAKE_INSTALL_PREFIX=${placeholder "out"}"