7 rustPlatform.buildRustPackage rec {
14 hash = "sha256-WPePzqZ2iGeJ7kzTj8eg7q1JEjw91WY7gViJJ46SLRY=";
17 cargoHash = "sha256-CQnM7pFnk4LcstKllhbeohbrggKV6MBQy03oq7DEkP4=";
22 # FIXME: remove patch when upstream version of rustc-serialize is updated
23 # https://github.com/NixOS/nixpkgs/pull/310673
24 cargoPatches = [ ./rustc-serialize-fix.patch ];
27 export HOME=$(mktemp -d)
31 description = "Small command-line note-taking app";
32 homepage = "https://github.com/samwho/hmm";
33 changelog = "https://github.com/samwho/hmm/releases/tag/v${version}";
34 license = licenses.mit;
35 maintainers = with maintainers; [ figsoda ];