about summary refs log tree commit diff
path: root/pkgs/tools/security/step-ca
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-21 21:06:22 +0200
committerGitHub <noreply@github.com>2023-05-21 21:06:22 +0200
commit2aade383c926a47fb090493ef92fa6bba091723d (patch)
treebfc165676c9ee23603aaaa1276db28581c8eb914 /pkgs/tools/security/step-ca
parent9227561605a792580f4dfb330c6207b38648256b (diff)
step-ca: add changelog to meta
Diffstat (limited to 'pkgs/tools/security/step-ca')
-rw-r--r--pkgs/tools/security/step-ca/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/security/step-ca/default.nix b/pkgs/tools/security/step-ca/default.nix
index da1738eb4cebe..008a87841a133 100644
--- a/pkgs/tools/security/step-ca/default.nix
+++ b/pkgs/tools/security/step-ca/default.nix
@@ -17,8 +17,8 @@ buildGoModule rec {
   src = fetchFromGitHub {
     owner = "smallstep";
     repo = "certificates";
-    rev = "v${version}";
-    sha256 = "sha256-499gPucDfABpajrPPLLyPLwFSlPsY+m4hUvaur39+ug=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-499gPucDfABpajrPPLLyPLwFSlPsY+m4hUvaur39+ug=";
   };
 
   vendorHash = "sha256-aqDjL0bPRmEGmYU0XERvfxhk2IKWhs/GDCvh/PecIBw=";
@@ -55,6 +55,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH";
     homepage = "https://smallstep.com/certificates/";
+    changelog = "https://github.com/smallstep/certificates/releases/tag/v${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [ cmcdragonkai mohe2015 techknowlogick ];
   };