Skip to content

Commit

Permalink
step-cli: 0.27.5 -> 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Oct 31, 2024
1 parent c286340 commit ae010bd
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 @@ -6,7 +6,7 @@
installShellFiles,
}:
let
version = "0.27.5";
version = "0.28.0";
in
buildGoModule {
pname = "step-cli";
Expand All @@ -16,7 +16,7 @@ buildGoModule {
owner = "smallstep";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-5WtXJOyVUkjuJdUJ2Q4wAVDMLQ0lZI6461bZVR26h1A=";
hash = "sha256-Ha64SLJWJdfVt1T2M6UHyFD/OD8lmUQ0vU8OKjN272Y=";
};

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

vendorHash = "sha256-7N+0sp1/vl2VWZWT4R6XMiji7g/qPz68JMnZaNIUl+Y=";
vendorHash = "sha256-yfaAms1reMGfLwiTJVRKvpNb4EzoN62W0oXoT7ErTN0=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit ae010bd

Please sign in to comment.