diff options
| author | David Guibert <david.guibert@gmail.com> | 2021-05-15 22:08:07 +0200 |
|---|---|---|
| committer | Hedtke, Moritz <Moritz.Hedtke@t-online.de> | 2021-05-29 13:09:07 +0200 |
| commit | 08e23c65c1b271c148f544b46434dcfd695c07c5 (patch) | |
| tree | ff96e6b0f01617514538e9fac64c8b719927bd35 | |
| parent | step-ca: 0.15.11 -> 0.15.15 (diff) | |
| download | nixpkgs-08e23c65c1b271c148f544b46434dcfd695c07c5.tar.gz | |
step-cli: 0.15.3-22 -> 0.15.16
(cherry picked from commit 1270b7977172de534ec12236b8a7a62904a8f317)
| -rw-r--r-- | pkgs/tools/security/step-cli/default.nix | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/tools/security/step-cli/default.nix b/pkgs/tools/security/step-cli/default.nix index 2b6ec57bbf2b..a13eec71eb84 100644 --- a/pkgs/tools/security/step-cli/default.nix +++ b/pkgs/tools/security/step-cli/default.nix @@ -1,26 +1,24 @@ { lib , buildGoModule , fetchFromGitHub -, fetchpatch }: buildGoModule rec { pname = "step-cli"; - version = "0.15.3-22-g3ddc5aa"; + version = "0.15.16"; - # 0.15.3 isn't enough, because we need https://github.com/smallstep/cli/pull/394 src = fetchFromGitHub { owner = "smallstep"; repo = "cli"; - rev = "3ddc5aaafccb23ba9a20abfa70109a2923f298e3"; - sha256 = "1kd04hi764xa3f9p6aw6k9f6wa4y6xsmzby5jxvvkhim4w78brw0"; + rev = "v${version}"; + sha256 = "sha256-/HqCG3LscwogLXvZlL2CVo2Pj1hVRnOMPCmG1hxrG/I="; }; preCheck = '' # Tries to connect to smallstep.com rm command/certificate/remote_test.go ''; - vendorSha256 = "04hckq78g1p04b2q0rq4xw6d880hqhkabbx1pc3pf8r1m6jxwz10"; + vendorSha256 = "sha256-plQgIqs6QUbzndn8C0ByKceGtz/JxZ1Rx0fXWHNJ0kM="; meta = with lib; { description = "A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc"; |
