watchyourlan: 2.0.4 -> 2.1.1 (#394228)

This commit is contained in:
Fabian Affolter
2025-03-29 12:08:14 +01:00
committed by GitHub
+6 -4
View File
@@ -5,18 +5,19 @@
lib,
arp-scan,
}:
buildGoModule rec {
pname = "watchyourlan";
version = "2.0.4";
version = "2.1.1";
src = fetchFromGitHub {
owner = "aceberg";
repo = "WatchYourLAN";
rev = version;
hash = "sha256-nJYDGCkT8vCkxySLONG3OkWVkaBqXqSFgd7N1TTMAf4=";
tag = version;
hash = "sha256-xiwDcqEfuNuqNQO2wtJ2XK0mPf91C1bapEqKKmKxw4c=";
};
vendorHash = "sha256-urSFoFkYllV+bsKIRV/azkbL30mbGeciYR7jy/fOE/w=";
vendorHash = "sha256-NUv90wq3nFHDtfk3BitwJ3ZfciPESUIDzS5S/6zafEQ=";
ldflags = [
"-s"
@@ -33,6 +34,7 @@ buildGoModule rec {
meta = {
description = "Lightweight network IP scanner with web GUI";
homepage = "https://github.com/aceberg/WatchYourLAN";
changelog = "https://github.com/aceberg/WatchYourLAN/releases/tag/${src.tag}";
license = lib.licenses.mit;
mainProgram = "WatchYourLAN";
maintainers = [ lib.maintainers.iv-nn ];