step-ca: 0.22.1 -> 0.23.0

This commit is contained in:
R. Ryantm 2022-11-13 01:04:48 +00:00
parent edaccfb61a
commit 672f0ddbb1

View file

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "step-ca";
version = "0.22.1";
version = "0.23.0";
src = fetchFromGitHub {
owner = "smallstep";
repo = "certificates";
rev = "v${version}";
sha256 = "sha256-iWThTFH36NNjO9Acx5QyxJrUzKFl7vD/seWF/Rz05CU=";
sha256 = "sha256-upi0EL6iviLV7hrLkh5PUAhx3/98kMISqHdy7NFODwI=";
};
vendorSha256 = "sha256-AcjICy991WPQyXp/9j6rgedg4FTYXilH7O4dy8gGYq8=";
vendorSha256 = "sha256-2uxDQVNTNBTj40vYMlCuwMPCQDGQfkdUc67qmP5+j7g=";
ldflags = [ "-buildid=" ];