mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
step-cli: 0.30.4 -> 0.30.6
This commit is contained in:
parent
7c513aed49
commit
3eba4c14bc
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
unixtools,
|
||||
}:
|
||||
let
|
||||
version = "0.30.4";
|
||||
version = "0.30.6";
|
||||
in
|
||||
buildGoModule {
|
||||
pname = "step-cli";
|
||||
|
|
@ -18,7 +18,7 @@ buildGoModule {
|
|||
owner = "smallstep";
|
||||
repo = "cli";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ToM+RzpioI+TlljlptYY0jnKGNdITzJ/xeWf4azhT/4=";
|
||||
hash = "sha256-fMHvv14ToKq73h3aLJBebzhIJQghfBOX6C0hvDODHN8=";
|
||||
# this file change depending on git branch status (via .gitattributes)
|
||||
# https://github.com/NixOS/nixpkgs/issues/84312
|
||||
postFetch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue