about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-05 01:11:39 +0200
committerGitHub <noreply@github.com>2024-04-05 01:11:39 +0200
commit097c2ba4ad0ef02e4c391981eb9c045d22546670 (patch)
tree424fea65c22d85e6ce80d4f4942a75572ed9b2f7 /pkgs/tools
parent44d2deb2e55f32735a7e2b2a7fecabf7d404bd09 (diff)
parent86590b4b93ddcdf273a42c3ac123dccf66604d0e (diff)
Merge pull request #301623 from JulienMalka/step-cli-fix-hash
step-cli: fix hash of release 0.26.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/step-cli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/step-cli/default.nix b/pkgs/tools/security/step-cli/default.nix
index 32446eeaa75be..2afbec7f9069d 100644
--- a/pkgs/tools/security/step-cli/default.nix
+++ b/pkgs/tools/security/step-cli/default.nix
@@ -11,7 +11,7 @@ buildGoModule rec {
     owner = "smallstep";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-B0LGedExlk9XllWilZ0QAwQHNyISAI2WJ48P2STbxSY=";
+    hash = "sha256-fxBWYz95yxNa7xotmId2SHLAIymJIBOJumYzAPB3Ias=";
   };
 
   ldflags = [