9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${finalAttrs.version}";
17 hash = "sha256-sB6ykRywaoG2gfHOEQ9UoVn62nMciBWgCM9DhovBoe0=";
20 nativeBuildInputs = [ autoreconfHook flex bison ];
23 description = "Myanon is a mysqldump anonymizer, reading a dump from stdin, and producing on the fly an anonymized version to stdout";
24 homepage = "https://ppomes.github.io/myanon/";
25 license = lib.licenses.bsd3;
26 mainProgram = "myanon";
27 platforms = lib.platforms.unix;