Merge pull request #188738 from r-ryantm/auto-update/step-ca

step-ca: 0.21.0 -> 0.22.0
This commit is contained in:
Fabian Affolter 2022-08-29 22:11:08 +02:00 committed by GitHub
commit 34dcb14f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=" ];