step-cli: 0.29.0 -> 0.30.2

This commit is contained in:
R. Ryantm
2026-03-27 23:52:37 +00:00
parent 7b908702ec
commit 1b5ea74ff8
+3 -3
View File
@@ -8,7 +8,7 @@
unixtools,
}:
let
version = "0.29.0";
version = "0.30.2";
in
buildGoModule {
pname = "step-cli";
@@ -18,7 +18,7 @@ buildGoModule {
owner = "smallstep";
repo = "cli";
tag = "v${version}";
hash = "sha256-JUJeW9/m3fTaDfUublFDSQ3R5gT6Xvn97c5VokBvZ30=";
hash = "sha256-xhkgPBPMxphlwTQiGPmvC8sQWCoepga3v6LVzHgh5zE=";
# this file change depending on git branch status (via .gitattributes)
# https://github.com/NixOS/nixpkgs/issues/84312
postFetch = ''
@@ -39,7 +39,7 @@ buildGoModule {
patchShebangs integration/openssl-jwt.sh
'';
vendorHash = "sha256-0ZnuqyB2/fgfADCvYHj2o4PFwf0Btn6+GouXCPqzKmk=";
vendorHash = "sha256-SnU2jkHZNhn8zS9S/2/MiZRtBV0sVy28n+BJY6RpCag=";
nativeBuildInputs = [ installShellFiles ];
nativeCheckInputs = [