1 { stdenv, lib, fetchFromGitHub }:
3 stdenv.mkDerivation (finalAttrs: {
6 src = fetchFromGitHub {
9 rev = finalAttrs.version;
10 hash = "sha256-bGipPvLj6ig+lMLsl/Yve8PmuA93ETvhNKoMPh0JMBM=";
18 homepage = "https://github.com/singpolyma/mnemonicode";
20 Routines which implement a method for encoding binary data into a sequence
21 of words which can be spoken over the phone, for example, and converted
22 back to data on the other side.
24 license = licenses.mit;
25 platforms = platforms.all;
26 maintainers = with maintainers; [ kirillrdy ];
27 mainProgram = "mnencode";