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 homepage = "https://github.com/rancher/dapper";
25 license = licenses.asl20;
26 platforms = platforms.linux;
27 maintainers = with maintainers; [ kuznero ];