Merge pull request #164232 from fabaff/bump-step-ca

step-ca: 0.18.1 -> 0.18.2
This commit is contained in:
Fabian Affolter 2022-03-16 09:11:59 +01:00 committed by GitHub
commit 2348e3a7e4
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.18.1";
version = "0.18.2";
src = fetchFromGitHub {
owner = "smallstep";
repo = "certificates";
rev = "v${version}";
sha256 = "sha256-oebmJ+xrJTV5gXH3U1lWCSQMHiVnUTa0ZTp39sVB7KM=";
sha256 = "sha256-BhPup3q2muYGWzAa/9b4vnIjBces4GhUHZ/mg4CWMRc=";
};
vendorSha256 = "sha256-IJXJS+Z93Hw1I1CAeRv4mq8as9DKebqNFa0IMgZ+Kic=";
vendorSha256 = "sha256-oVaziWZGslZCVqkEXL32XvOVU54VOf41Qg+VoVWo7x0=";
ldflags = [ "-buildid=" ];