16 src = fetchFromGitHub {
19 hash = "sha256-ewfBMHSrt7fBazgswOwOmeqk0uAc3uULPYppQZcLep4=";
23 vendorHash = "sha256-ckJ9HJkkaDx42wS/j9cwDGOku9X7yZ5uL1bun6IMfH4=";
30 buildInputs = [ vips ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libunwind ];
33 export CGO_LDFLAGS_ALLOW='-(s|w)'
37 description = "Fast and secure on-the-fly image processing server written in Go";
38 mainProgram = "imgproxy";
39 homepage = "https://imgproxy.net";
40 changelog = "https://github.com/imgproxy/imgproxy/blob/${src.rev}/CHANGELOG.md";
41 license = licenses.mit;
42 maintainers = with maintainers; [ paluh ];