Skip to content

Commit 9199022

Browse files
authored
watchyourlan: 2.0.4 -> 2.1.1 (#394228)
2 parents e7eabba + 31043e2 commit 9199022

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55
lib,
66
arp-scan,
77
}:
8+
89
buildGoModule rec {
910
pname = "watchyourlan";
10-
version = "2.0.4";
11+
version = "2.1.1";
1112

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

19-
vendorHash = "sha256-urSFoFkYllV+bsKIRV/azkbL30mbGeciYR7jy/fOE/w=";
20+
vendorHash = "sha256-NUv90wq3nFHDtfk3BitwJ3ZfciPESUIDzS5S/6zafEQ=";
2021

2122
ldflags = [
2223
"-s"
@@ -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)