1 { buildGoModule, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
11 hash = "sha256-z1LCPweaf8e/HWkSrRCiMYZl4F4dKo4/wDkWgY+eTvk=";
14 vendorHash = "sha256-8cZCeZ0gqxqbwB0WuEOFmEUNQd3/KcLeN0eLGfWG8BY=";
16 ldflags = [ "-s" "-w" ];
19 description = "Utility helping to discover large files/folders";
20 homepage = "https://github.com/viktomas/godu";
21 license = licenses.mit;
22 maintainers = with maintainers; [ rople380 ];