From 7552e61d049ee9d71b5842d2610b0fa380eccf1f Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 21 May 2023 21:04:13 -0400 Subject: [PATCH] rustypaste-cli: add meta --- pkgs/rustypaste-cli/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/rustypaste-cli/default.nix b/pkgs/rustypaste-cli/default.nix index d0fee71..bafb485 100644 --- a/pkgs/rustypaste-cli/default.nix +++ b/pkgs/rustypaste-cli/default.nix @@ -1,4 +1,5 @@ { + lib, rustPlatform, fetchFromGitHub, ... @@ -12,5 +13,13 @@ rev = "v${version}"; sha256 = "sha256-GPQEo9nYcw2Xowh0f2fqj4Ya5kUApB4GSdaSZkVb4R0="; }; + cargoHash = "sha256-uwAiNrpObirtxGXaNz3prXFIygcf0b8t/Z9N99Gcrtk="; + + meta = with lib; { + description = "A CLI tool for rustypaste "; + homepage = "https://github.com/orhun/rustypaste-cli"; + license = licenses.mit; + maintainers = with maintainers; [ notohh ]; + } } \ No newline at end of file