9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "0li1s11xf32dafxq1jbnc8c63313hy9ry09dja2rymk9mza4x2n9";
26 description = "Transparent application input fuzzer";
27 homepage = "http://caca.zoy.org/wiki/zzuf";
28 license = licenses.wtfpl;
29 platforms = platforms.linux;
30 maintainers = with maintainers; [ lihop ];