about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-23 15:17:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-23 15:17:41 +0000
commit5a4d1a86219eb691e5cee010f27e2238b89b6a0c (patch)
tree07e98ac01ec256efd0c21986914037a30e417581 /pkgs/tools
parent47ea5bd4873307fc2371ae1bdf508864f6a25ee8 (diff)
jwx: 2.0.21 -> 2.1.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/jwx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/jwx/default.nix b/pkgs/tools/security/jwx/default.nix
index ea8e69fad109b..b1dbc25b0889b 100644
--- a/pkgs/tools/security/jwx/default.nix
+++ b/pkgs/tools/security/jwx/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "jwx";
-  version = "2.0.21";
+  version = "2.1.0";
 
   src = fetchFromGitHub {
     owner = "lestrrat-go";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Rg3E+7kyyzY8NqfXMH3ENWAuCxx7+3DyyarfGNI9xxE=";
+    hash = "sha256-In9/RmcqiOFT1QceWls8gzgzgkBoKeUE05j0cHCecTU=";
   };
 
-  vendorHash = "sha256-HHq4B0MYP2gUtV9ywrXVmWN7OpV6NVb49rVMFblOgPc=";
+  vendorHash = "sha256-ZS7xliFymXTE8hlc3GEMNonP5sJTZGirw5YQNzPCl3Y=";
 
   sourceRoot = "${src.name}/cmd/jwx";