summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-12 18:40:19 -0500
committerGitHub <noreply@github.com>2023-11-12 18:40:19 -0500
commitf103d28e1d53aeb1507a9cd432d44fcdb7afacca (patch)
tree5edadb1a4b69bb20542b43fbeaf3b66d65bc27dd
parente872c1bbb8a0f178a8fee1a4d2e98a617dfffab2 (diff)
parent99f4f7e409fb0f2a12874ff4cf29998841914dc8 (diff)
Merge pull request #267067 from r-ryantm/auto-update/jwx
jwx: 2.0.14 -> 2.0.16
-rw-r--r--pkgs/tools/security/jwx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/jwx/default.nix b/pkgs/tools/security/jwx/default.nix
index efe847e5fa01..7fa8abfeb5ff 100644
--- a/pkgs/tools/security/jwx/default.nix
+++ b/pkgs/tools/security/jwx/default.nix
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "jwx";
- version = "2.0.14";
+ version = "2.0.16";
src = fetchFromGitHub {
owner = "lestrrat-go";
repo = pname;
rev = "v${version}";
- hash = "sha256-EtfxlSWYlfWme/t89IuvcNl11X3JL2K2rcKHAumisEw=";
+ hash = "sha256-5IO9CoW9KBpgVxpnH1HEC5O4MJjCPERsmiV/cHcnmAc=";
};
vendorHash = "sha256-o3EHPIXGLz/io0d8jhl9cxzctP3CeOjEDMQl1SY9lXg=";