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

step-ca: 0.26.2 -> 0.27.2
This commit is contained in:
Nick Cao 2024-07-23 16:01:37 -04:00 committed by GitHub
commit 4a4bda4114
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,16 +13,16 @@
buildGoModule rec { buildGoModule rec {
pname = "step-ca"; pname = "step-ca";
version = "0.26.2"; version = "0.27.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "smallstep"; owner = "smallstep";
repo = "certificates"; repo = "certificates";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-sLHmeF/yh74/qsoF/DrYSAbULG9Nsvd6bvUT4tSVHdQ="; hash = "sha256-G+oahvBbMW8vs1DublFAC1rREmQ7Q1r7rNNS0+gnfPE=";
}; };
vendorHash = "sha256-TISPM6bYzS0TpmopQLBns/rQqPKLDHK1job003vpFiQ="; vendorHash = "sha256-gQEGCbVgtKIaUgBkfpVwLXoUg1EUhaQFn9JZvV5Rjhc=";
ldflags = [ ldflags = [
"-w" "-w"