10 src = fetchFromGitHub {
14 hash = "sha256-j9bqO2gp4RUxZHGBCIxI5nA3nD1dG4nCpJ1i4TM/fbo=";
19 ldflags = [ "-s" "-w" ];
22 homepage = "https://github.com/tomnomnom/qsreplace";
23 description = "Accept URLs on stdin, replace all query string values with a user-supplied value";
24 mainProgram = "qsreplace";
25 maintainers = with maintainers; [ averagebit ];
26 platforms = platforms.unix;
27 sourceProvenance = with sourceTypes; [ fromSource ];
28 license = licenses.mit;