step-ca: 0.21.0 -> 0.22.0

This commit is contained in:
R. Ryantm
2022-08-29 01:06:25 +00:00
parent cef50cde2b
commit 3165c31822
+3 -3
View File
@@ -12,16 +12,16 @@
buildGoModule rec {
pname = "step-ca";
version = "0.21.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "smallstep";
repo = "certificates";
rev = "v${version}";
sha256 = "sha256-n6rKkhz1J4KNq84UvxRFH2H2PIsRZGONRIhgUyrlkhA=";
sha256 = "sha256-SLURk9zdorc9PlutYcSNJ2bSocucmBxVM/2EwASVebw=";
};
vendorSha256 = "sha256-lRezUowItjW2IuxRc5GOnnuWq7VOBacSNrtMvi+3Agc=";
vendorSha256 = "sha256-AcjICy991WPQyXp/9j6rgedg4FTYXilH7O4dy8gGYq8=";
ldflags = [ "-buildid=" ];