libnl-tiny: unstable-2023-07-27 -> unstable-2023-12-05

This commit is contained in:
Maciej Krüger 2024-01-22 01:42:13 +01:00
parent 26528d9a18
commit 72f3f37776
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

@ -2,12 +2,12 @@
stdenv.mkDerivation {
pname = "libnl-tiny";
version = "unstable-2023-07-27";
version = "unstable-2023-12-05";
src = fetchgit {
url = "https://git.openwrt.org/project/libnl-tiny.git";
rev = "bc92a280186f9becc53c0f17e4e43cfbdeec7e7b";
hash = "sha256-/d6so8hfBOyp8NbUhPZ0aRj6gXO/RLgwCQnAT7N/rF8=";
rev = "965c4bf49658342ced0bd6e7cb069571b4a1ddff";
hash = "sha256-kegTV7FXMERW7vjRZo/Xp4cbSBZmynBgge2lK71Fx94=";
};
nativeBuildInputs = [ cmake pkg-config ];