step-cli: 0.28.0 -> 0.28.2 (#360565)

This commit is contained in:
Nick Cao 2024-12-01 09:41:59 -05:00 committed by GitHub
commit 948e8141d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
installShellFiles,
}:
let
version = "0.28.0";
version = "0.28.2";
in
buildGoModule {
pname = "step-cli";
@ -16,7 +16,7 @@ buildGoModule {
owner = "smallstep";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-G+/fc1qFXcNOxF+oyDmEZzzOUcODBvX+YfQ8Sx5JQK4=";
hash = "sha256-noANDVupzaoWfnESsu3ucd3ZvD3K/56YvYonyp2n0ho=";
# this file change depending on git branch status (via .gitattributes)
# https://github.com/NixOS/nixpkgs/issues/84312
postFetch = ''
@ -35,7 +35,7 @@ buildGoModule {
rm command/certificate/remote_test.go
'';
vendorHash = "sha256-yfaAms1reMGfLwiTJVRKvpNb4EzoN62W0oXoT7ErTN0=";
vendorHash = "sha256-rxUzvT5vEzZ5G+YGFEw4L25ZlwEn0wTZJgjsdfloFx8=";
nativeBuildInputs = [ installShellFiles ];