Merge pull request #301623 from JulienMalka/step-cli-fix-hash

step-cli: fix hash of release 0.26.0
This commit is contained in:
Fabian Affolter 2024-04-05 01:11:39 +02:00 committed by GitHub
commit 097c2ba4ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ buildGoModule rec {
owner = "smallstep";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-B0LGedExlk9XllWilZ0QAwQHNyISAI2WJ48P2STbxSY=";
hash = "sha256-fxBWYz95yxNa7xotmId2SHLAIymJIBOJumYzAPB3Ias=";
};
ldflags = [