We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26dfb38 commit 31043e2Copy full SHA for 31043e2
pkgs/by-name/wa/watchyourlan/package.nix
@@ -5,14 +5,15 @@
5
lib,
6
arp-scan,
7
}:
8
+
9
buildGoModule rec {
10
pname = "watchyourlan";
11
version = "2.1.1";
12
13
src = fetchFromGitHub {
14
owner = "aceberg";
15
repo = "WatchYourLAN";
- rev = version;
16
+ tag = version;
17
hash = "sha256-xiwDcqEfuNuqNQO2wtJ2XK0mPf91C1bapEqKKmKxw4c=";
18
};
19
@@ -33,6 +34,7 @@ buildGoModule rec {
33
34
meta = {
35
description = "Lightweight network IP scanner with web GUI";
36
homepage = "https://github.com/aceberg/WatchYourLAN";
37
+ changelog = "https://github.com/aceberg/WatchYourLAN/releases/tag/${src.tag}";
38
license = lib.licenses.mit;
39
mainProgram = "WatchYourLAN";
40
maintainers = [ lib.maintainers.iv-nn ];
0 commit comments