step-cli: 0.30.2 -> 0.30.4

This commit is contained in:
R. Ryantm
2026-06-10 08:58:02 +00:00
parent c283837995
commit 8201c0fa00
+3 -3
View File
@@ -8,7 +8,7 @@
unixtools,
}:
let
version = "0.30.2";
version = "0.30.4";
in
buildGoModule {
pname = "step-cli";
@@ -18,7 +18,7 @@ buildGoModule {
owner = "smallstep";
repo = "cli";
tag = "v${version}";
hash = "sha256-xhkgPBPMxphlwTQiGPmvC8sQWCoepga3v6LVzHgh5zE=";
hash = "sha256-ToM+RzpioI+TlljlptYY0jnKGNdITzJ/xeWf4azhT/4=";
# 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-SnU2jkHZNhn8zS9S/2/MiZRtBV0sVy28n+BJY6RpCag=";
vendorHash = "sha256-DTFp9K5iiS50QuD2knN/8miYb2k/7O1d3GyEf79i69Q=";
nativeBuildInputs = [ installShellFiles ];
nativeCheckInputs = [