tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wakelan: ibiblioPubLinux mirror
AndersonTorres
3 years ago
638efbf7
de6c0f0f
+7
-10
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
wakelan
default.nix
+7
-10
pkgs/tools/networking/wakelan/default.nix
···
5
5
version = "1.1";
6
6
7
7
src = fetchurl {
8
8
-
url = "mirror://metalab/system/network/misc/wakelan-${version}.tar.gz";
9
9
-
sha256 = "0vydqpf44146ir6k87gmqaq6xy66xhc1gkr3nsd7jj3nhy7ypx9x";
8
8
+
url = "mirror://ibiblioPubLinux/system/network/misc/${pname}-${version}.tar.gz";
9
9
+
hash = "sha256-PfXrj4d2SHmatiPPFxjsxvhusML1HTRNjoYEQtzFzW8=";
10
10
};
11
11
12
12
preInstall = ''
···
15
15
16
16
meta = {
17
17
description = "Send a wake-on-lan packet";
18
18
-
19
19
-
longDescription =
20
20
-
'' WakeLan sends a properly formatted UDP packet across the
21
21
-
network which will cause a wake-on-lan enabled computer to
22
22
-
power on.
23
23
-
'';
24
24
-
18
18
+
longDescription = ''
19
19
+
WakeLan sends a properly formatted UDP packet across the
20
20
+
network which will cause a wake-on-lan enabled computer to
21
21
+
power on.
22
22
+
'';
25
23
license = lib.licenses.gpl2Plus;
26
26
-
27
24
maintainers = [ lib.maintainers.viric ];
28
25
platforms = lib.platforms.unix;
29
26
};