Skip to content

Commit

Permalink
Merge pull request NixOS#282292 from r-ryantm/auto-update/step-cli
Browse files Browse the repository at this point in the history
step-cli: 0.25.1 -> 0.25.2
  • Loading branch information
NickCao authored Jan 20, 2024
2 parents 609db72 + bc00110 commit 50189bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/step-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

buildGoModule rec {
pname = "step-cli";
version = "0.25.1";
version = "0.25.2";

src = fetchFromGitHub {
owner = "smallstep";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-Lltlvr/Hvh2W8MiB5WC3RmQcHg6kRPau7Fvvaqm60MQ=";
hash = "sha256-umo0f4cXxnxg3xH1aHeJE2brUT9w+Gp+0Qzq4zIQ8oI=";
};

ldflags = [
Expand All @@ -25,7 +25,7 @@ buildGoModule rec {
rm command/certificate/remote_test.go
'';

vendorHash = "sha256-dhJrDhMnPb985W3YP7+W8GHuMpkkZJcxks27TThj2YE=";
vendorHash = "sha256-R9UJHXs35/yvwlqu1iR3lJN/w8DWMqw48Kc+7JKfD7I=";

meta = with lib; {
description = "A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc";
Expand Down

0 comments on commit 50189bd

Please sign in to comment.