File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
pkgs/by-name/wa/watchyourlan Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 55 lib ,
66 arp-scan ,
77} :
8+
89buildGoModule 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 ] ;
You can’t perform that action at this time.
0 commit comments