libnl-tiny: 2023-12-05 -> 2025-03-19

This commit is contained in:
Devan Carpenter
2025-08-29 21:25:23 -05:00
parent b0648f7ff5
commit bdb0f63c2b
+7 -4
View File
@@ -8,12 +8,12 @@
stdenv.mkDerivation {
pname = "libnl-tiny";
version = "unstable-2023-12-05";
version = "0-unstable-2025-03-19";
src = fetchgit {
url = "https://git.openwrt.org/project/libnl-tiny.git";
rev = "965c4bf49658342ced0bd6e7cb069571b4a1ddff";
hash = "sha256-kegTV7FXMERW7vjRZo/Xp4cbSBZmynBgge2lK71Fx94=";
rev = "c0df580adbd4d555ecc1962dbe88e91d75b67a4e";
hash = "sha256-j5oIEbWqVWd7rNpCMm9+WZwud43uTGeHG81lmzQOoeY=";
};
nativeBuildInputs = [
@@ -31,7 +31,10 @@ stdenv.mkDerivation {
description = "Tiny OpenWrt fork of libnl";
homepage = "https://git.openwrt.org/?p=project/libnl-tiny.git;a=summary";
license = licenses.gpl2Only;
maintainers = with maintainers; [ mkg20001 ];
maintainers = with maintainers; [
mkg20001
dvn0
];
platforms = platforms.linux;
};
}