3
0
Fork 0
forked from mirrors/nixpkgs

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

step-ca: 0.22.0 -> 0.22.1
This commit is contained in:
Jonas Heinrich 2022-09-02 18:48:01 +02:00 committed by GitHub
commit c320c43bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "step-ca";
version = "0.22.0";
version = "0.22.1";
src = fetchFromGitHub {
owner = "smallstep";
repo = "certificates";
rev = "v${version}";
sha256 = "sha256-SLURk9zdorc9PlutYcSNJ2bSocucmBxVM/2EwASVebw=";
sha256 = "sha256-iWThTFH36NNjO9Acx5QyxJrUzKFl7vD/seWF/Rz05CU=";
};
vendorSha256 = "sha256-AcjICy991WPQyXp/9j6rgedg4FTYXilH7O4dy8gGYq8=";