Skip to content

Commit 31043e2

Browse files
authored
watchyourlan: add changelog to meta
1 parent 26dfb38 commit 31043e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/by-name/wa/watchyourlan/package.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
lib,
66
arp-scan,
77
}:
8+
89
buildGoModule rec {
910
pname = "watchyourlan";
1011
version = "2.1.1";
1112

1213
src = fetchFromGitHub {
1314
owner = "aceberg";
1415
repo = "WatchYourLAN";
15-
rev = version;
16+
tag = version;
1617
hash = "sha256-xiwDcqEfuNuqNQO2wtJ2XK0mPf91C1bapEqKKmKxw4c=";
1718
};
1819

@@ -33,6 +34,7 @@ buildGoModule rec {
3334
meta = {
3435
description = "Lightweight network IP scanner with web GUI";
3536
homepage = "https://github.com/aceberg/WatchYourLAN";
37+
changelog = "https://github.com/aceberg/WatchYourLAN/releases/tag/${src.tag}";
3638
license = lib.licenses.mit;
3739
mainProgram = "WatchYourLAN";
3840
maintainers = [ lib.maintainers.iv-nn ];

0 commit comments

Comments
 (0)