Skip to content

Commit ce8b017

Browse files
step-cli: 0.28.5 -> 0.28.6 (#391172)
Co-authored-by: isabelroses <[email protected]>
2 parents bd9993c + 7fbf088 commit ce8b017

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
installShellFiles,
77
}:
88
let
9-
version = "0.28.5";
9+
version = "0.28.6";
1010
in
1111
buildGoModule {
1212
pname = "step-cli";
@@ -16,7 +16,7 @@ buildGoModule {
1616
owner = "smallstep";
1717
repo = "cli";
1818
tag = "v${version}";
19-
hash = "sha256-cuD66Llk0789mYL0x17jKjSmAxCcCvwPEz3/BHXJ5NQ=";
19+
hash = "sha256-9tw/d6n6tzhBhBqizDG1dGhj8se9GF2DtrfYwwhvsLs=";
2020
# this file change depending on git branch status (via .gitattributes)
2121
# https://github.com/NixOS/nixpkgs/issues/84312
2222
postFetch = ''
@@ -35,7 +35,7 @@ buildGoModule {
3535
rm command/certificate/remote_test.go
3636
'';
3737

38-
vendorHash = "sha256-iOtW5uioDDHR7ZJFX3pBdrQlWV6LnfjjHinQppmX5Fo=";
38+
vendorHash = "sha256-+pHc2uBgQwMkJ7BTgHGHDPgfBpLlN0Yxf+6Enhb7cys=";
3939

4040
nativeBuildInputs = [ installShellFiles ];
4141

0 commit comments

Comments
 (0)