Skip to content

Commit efd30bb

Browse files
authored
step-ca: 0.27.5 -> 0.28.0 (#357083)
2 parents c39f357 + 34941a6 commit efd30bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/step-ca/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
buildGoModule rec {
1515
pname = "step-ca";
16-
version = "0.27.5";
16+
version = "0.28.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "smallstep";
2020
repo = "certificates";
2121
rev = "refs/tags/v${version}";
22-
hash = "sha256-0KIAO9KPP9Lrrw9IIaRdlmmfJ0mwQK0ne//Zofu3TfE=";
22+
hash = "sha256-FmhfsfRq6pxDhGDsNqY2IQczHk8NYEdxNaN2hfbhDYw=";
2323
};
2424

25-
vendorHash = "sha256-yi4mbuCaT6ydnZwhqqhqMI7bF6IwHm0UqfR5JM81/Ik=";
25+
vendorHash = "sha256-ZziypdQJaQHdL5/bcX6P5VHGVtbcl+twtlOg7DlmLZM=";
2626

2727
ldflags = [
2828
"-w"

0 commit comments

Comments
 (0)