Skip to content

Commit

Permalink
Merge pull request NixOS#326654 from r-ryantm/auto-update/step-cli
Browse files Browse the repository at this point in the history
step-cli: 0.26.2 -> 0.27.1
  • Loading branch information
nixpkgs-merge-bot[bot] committed Jul 13, 2024
2 parents e570759 + 0d60e82 commit a2b5f74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/st/step-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildGoModule,
fetchFromGitHub,
}: let
version = "0.26.2";
version = "0.27.1";
in
buildGoModule {
pname = "step-cli";
Expand All @@ -13,7 +13,7 @@ in
owner = "smallstep";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-CrV6kWgq2ldeOh5G0SgO8+q0HC1l8RuTELT3YXLxClU=";
hash = "sha256-+2++unFtLXQCDTem49DfO1ZjbaDWeBw0C7Z3CSGQkTk=";
};

ldflags = [
Expand All @@ -27,7 +27,7 @@ in
rm command/certificate/remote_test.go
'';

vendorHash = "sha256-pqwrjreysMLfVmzPE7Tj/hLdM1HO13UfmbMXvNgLd5Y=";
vendorHash = "sha256-1+WLdjShvprt2fqzRYsEWQj/ohn6HqLGTde+3GZq7x0=";

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

0 comments on commit a2b5f74

Please sign in to comment.