From 717b4bf39598032d69bf95ff619238e5621bcd63 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 Jan 2025 21:54:56 +0100 Subject: [PATCH] amber-secret: add changelog to meta --- pkgs/tools/security/amber/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/amber/default.nix b/pkgs/tools/security/amber/default.nix index d95e21c954df..ef0fc819f75e 100644 --- a/pkgs/tools/security/amber/default.nix +++ b/pkgs/tools/security/amber/default.nix @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec { owner = "fpco"; repo = "amber"; rev = "v${version}"; - sha256 = "sha256-nduSnDhLvHpZD7Y1zeZC4nNL7P1qfLWc0yMpsdqrKHM="; + hash = "sha256-nduSnDhLvHpZD7Y1zeZC4nNL7P1qfLWc0yMpsdqrKHM="; }; cargoHash = "sha256-DxTsbJ51TUMvc/NvsUYhRG9OxxEGrWfEPYCOYaG9PXo="; @@ -25,6 +25,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Manage secret values in-repo via public key cryptography"; homepage = "https://github.com/fpco/amber"; + changelog = "https://github.com/fpco/amber/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ psibi ]; mainProgram = "amber";