1 { buildGoModule, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
11 sha256 = "1fp8iq4x0qiswksznnd6qh7c6g5pwglzz6ga11a7vgic0201wsvb";
14 patches = [ ./go-mod.patch ];
16 vendorSha256 = "1zq7b0zn24cbrjssk4g03i90szp1ms7ila4khwcm7hp9n1py245s";
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 ];