jwtinfo: 0.4.4 -> 0.6.0

This commit is contained in:
R. Ryantm
2025-10-22 10:34:26 +00:00
parent 2c6a41fb1c
commit c131045bab
+3 -3
View File
@@ -5,7 +5,7 @@
}:
let
pname = "jwtinfo";
version = "0.4.4";
version = "0.6.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -14,10 +14,10 @@ rustPlatform.buildRustPackage {
owner = "lmammino";
repo = "jwtinfo";
rev = "v${version}";
hash = "sha256-FDN9K7KnMro2BluHB7I0HTDdT9YXxi8UcOoBhKx/5dA=";
hash = "sha256-d88RL3Ii2/akIyxmKMEBqILRuaSP2v/RZ5zuWrwyYkc=";
};
cargoHash = "sha256-pRlnZAFsEBGz0yYfcZ0SCiH2om8URQ4J3+c01pBT7ag=";
cargoHash = "sha256-5lSGVr5iMk4Zai2HNTSXOeJXyXPRAWNEyJeZxMrAMUg=";
meta = {
description = "Command-line tool to get information about JWTs";