tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libnl-tiny: 2023-12-05 -> 2025-03-19
Devan Carpenter
5 months ago
bdb0f63c
b0648f7f
+7
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
libnl-tiny
package.nix
+7
-4
pkgs/by-name/li/libnl-tiny/package.nix
···
8
9
stdenv.mkDerivation {
10
pname = "libnl-tiny";
11
-
version = "unstable-2023-12-05";
12
13
src = fetchgit {
14
url = "https://git.openwrt.org/project/libnl-tiny.git";
15
-
rev = "965c4bf49658342ced0bd6e7cb069571b4a1ddff";
16
-
hash = "sha256-kegTV7FXMERW7vjRZo/Xp4cbSBZmynBgge2lK71Fx94=";
17
};
18
19
nativeBuildInputs = [
···
31
description = "Tiny OpenWrt fork of libnl";
32
homepage = "https://git.openwrt.org/?p=project/libnl-tiny.git;a=summary";
33
license = licenses.gpl2Only;
34
-
maintainers = with maintainers; [ mkg20001 ];
0
0
0
35
platforms = platforms.linux;
36
};
37
}
···
8
9
stdenv.mkDerivation {
10
pname = "libnl-tiny";
11
+
version = "0-unstable-2025-03-19";
12
13
src = fetchgit {
14
url = "https://git.openwrt.org/project/libnl-tiny.git";
15
+
rev = "c0df580adbd4d555ecc1962dbe88e91d75b67a4e";
16
+
hash = "sha256-j5oIEbWqVWd7rNpCMm9+WZwud43uTGeHG81lmzQOoeY=";
17
};
18
19
nativeBuildInputs = [
···
31
description = "Tiny OpenWrt fork of libnl";
32
homepage = "https://git.openwrt.org/?p=project/libnl-tiny.git;a=summary";
33
license = licenses.gpl2Only;
34
+
maintainers = with maintainers; [
35
+
mkg20001
36
+
dvn0
37
+
];
38
platforms = platforms.linux;
39
};
40
}