1 { lib, buildGoModule, fetchFromGitLab }:
7 src = fetchFromGitLab {
11 sha256 = "sha256-wAzBlCczsLfHboGYIsyN7dGwz52CMw+L3XQ0njfLVR0=";
14 vendorSha256 = "189qs6vmx63vwsjmc4qgf1y8xjsi7x6l1f5c3kd8j8jnagl26z4h";
22 description = "Simple command line Bluetooth LE scanner";
23 homepage = "https://gitlab.com/jtaimisto/bluewalker";
24 changelog = "https://gitlab.com/jtaimisto/bluewalker/-/tags/v${version}";
25 license = licenses.bsd2;
26 maintainers = with maintainers; [ cimm ];
27 platforms = platforms.linux;