step-cli: 0.28.0 -> 0.28.2

This commit is contained in:
R. Ryantm
2024-11-30 21:33:16 +00:00
parent dfd6a4a50f
commit 918d17f0b5
+3 -3
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 ];