Loading pkgs/tools/security/jwt-cli/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, gitUpdater, installShellFiles, rustPlatform, Security, Loading Loading @@ -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"; Loading Loading
pkgs/tools/security/jwt-cli/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, gitUpdater, installShellFiles, rustPlatform, Security, Loading Loading @@ -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"; Loading