step-ca: 0.23.2 -> 0.24.2

Diff: https://github.com/smallstep/certificates/compare/v0.23.2...v0.24.2
This commit is contained in:
Fabian Affolter 2023-05-21 21:04:00 +02:00
parent 86529a5434
commit 9227561605

View file

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "step-ca";
version = "0.23.2";
version = "0.24.2";
src = fetchFromGitHub {
owner = "smallstep";
repo = "certificates";
rev = "v${version}";
sha256 = "sha256-BDJEvA6kDBxE43+l2GGaGJxv1BETZGJ9poAqXg/NfOY=";
sha256 = "sha256-499gPucDfABpajrPPLLyPLwFSlPsY+m4hUvaur39+ug=";
};
vendorHash = "sha256-2uBrd1AJyKPJBgMp2ANng9dSjye3iTNaUg+tuLsKEts=";
vendorHash = "sha256-aqDjL0bPRmEGmYU0XERvfxhk2IKWhs/GDCvh/PecIBw=";
ldflags = [ "-buildid=" ];