20 src = fetchFromGitHub {
24 sha256 = "sha256-PqaiZ2eLH8+qRRkIolnQClTL9O9EgHMqFH/nUffosV8=";
42 substituteInPlace configure --replace /bin/bash "${bash}/bin/bash"
46 description = "Open source beer recipe creation tool";
47 mainProgram = "brewtarget";
48 homepage = "http://www.brewtarget.org/";
49 license = licenses.gpl3;
50 maintainers = [ maintainers.mmahut ];