12 src = fetchFromGitHub {
16 hash = "sha256-RihxlJvbHq5PaJz89NHl/wyXrKjSiC4XYAs7LSKAo6E=";
19 vendorHash = "sha256-1DRR16WiBGvhOpq12L5njJJRRCIA7ajs1Py9j/3cWPE=";
22 # Update golang version in go.mod
24 url = "https://github.com/asciimoo/filtron/commit/365a0131074b3b12aaa65194bfb542182a63413c.patch";
25 hash = "sha256-QGR6YetEzA/b6tC4uD94LBkWv0+9PG7RD72Tpkn2gQU=";
27 # Add missing go.sum file
29 url = "https://github.com/asciimoo/filtron/commit/077769282b4e392e96a194c8ae71ff9f693560ea.patch";
30 hash = "sha256-BhHbXDKiRjSzC6NKhKUiH6rjt/EgJcEprHMMJ1x/wiQ=";
40 description = "Reverse HTTP proxy to filter requests by different rules";
41 homepage = "https://github.com/asciimoo/filtron";
42 license = licenses.agpl3Only;
43 maintainers = [ maintainers.dasj19 ];
44 platforms = platforms.linux;
45 mainProgram = "filtron";