10 src = fetchFromGitHub {
14 sha256 = "sha256-V+lHnOmIWjI1qmoJ7+pp+cGmJAtSeY+r2I9zykswQzM=";
19 substituteInPlace main.go --replace 0.0.0 ${version}
23 description = "Docker build wrapper";
24 mainProgram = "dapper";
25 homepage = "https://github.com/rancher/dapper";
26 license = licenses.asl20;
27 platforms = platforms.linux;
28 maintainers = with maintainers; [ kuznero ];