jwt-cli: add passthru.updateScript

This commit is contained in:
Fabian Affolter
2025-01-09 09:33:01 +01:00
parent 64f7305e3b
commit 5bbeabe20c
+3
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
gitUpdater,
installShellFiles,
rustPlatform,
Security,
@@ -38,6 +39,8 @@ rustPlatform.buildRustPackage rec {
| grep -q 'John Doe'
'';
passthru.updateScript = gitUpdater { };
meta = {
description = "Super fast CLI tool to decode and encode JWTs";
homepage = "https://github.com/mike-engel/jwt-cli";