Commit bdb0f63c authored by Devan Carpenter's avatar Devan Carpenter
Browse files

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

parent b0648f7f
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -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;
  };
}