6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "matiaskorhonen";
14 hash = "sha256-XnJSsxWe4/NLOqBjU7++bwLtVfIR9n8hpBxL3K8Bmho=";
17 cargoHash = "sha256-808+lQxjE9dxgNZm/FuZwFuBFJgx/7kCpNn+FrMvuoY=";
20 description = "Easy and secure paper backups of secrets";
21 homepage = "https://github.com/matiaskorhonen/paper-age";
22 changelog = "https://github.com/matiaskorhonen/paper-age/blob/${src.rev}/CHANGELOG.md";
23 license = licenses.mit;
24 maintainers = with maintainers; [ tomfitzhenry ];
25 mainProgram = "paper-age";