about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-25 09:47:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-25 09:47:33 +0000
commitbb8484aab0c08eaad8d2ddc056eb0111a760f979 (patch)
tree65f96ad3cefc80223280181158a8aac9545a1a6c /pkgs
parent798e23beab9b5cba4d6f05e8b243e1d4535770f3 (diff)
jwx: 2.0.8 -> 2.0.9
Diffstat (limited to 'pkgs')
-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 46a011c4cdb6d..a290bd9e17ebf 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.8";
+  version = "2.0.9";
 
   src = fetchFromGitHub {
     owner = "lestrrat-go";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-eoXSSXh9NxWLgogrE2hDjsPxqeUmH54TnYXwhm7kpz4=";
+    hash = "sha256-0Ha16moHpPt7IwSmSLSf3ExKlp2TDkssPppNIPHrsJw=";
   };
 
-  vendorSha256 = "sha256-fbNnSjUOHnm/zxEGdhHQEKHgYp+nW1rgvMGJBm4b9IM=";
+  vendorHash = "sha256-RyAQh1uXw3bEZ6vuh8+mEf8T4l3ZIFAaFJ6dGMoANys=";
 
   sourceRoot = "source/cmd/jwx";