Commit 5bbeabe2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

jwt-cli: add passthru.updateScript

parent 64f7305e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";