11 src = fetchFromGitHub {
15 hash = "sha256-j9bqO2gp4RUxZHGBCIxI5nA3nD1dG4nCpJ1i4TM/fbo=";
26 homepage = "https://github.com/tomnomnom/qsreplace";
27 description = "Accept URLs on stdin, replace all query string values with a user-supplied value";
28 mainProgram = "qsreplace";
29 maintainers = with maintainers; [ averagebit ];
30 platforms = platforms.unix;
31 sourceProvenance = with sourceTypes; [ fromSource ];
32 license = licenses.mit;