about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-03-25 13:23:54 +0100
committerGitHub <noreply@github.com>2023-03-25 13:23:54 +0100
commit29cd57dc09d56e694aa00adf57e876083c979173 (patch)
tree53236835a6a9e89da676fd329b14e05e97d652f0 /pkgs
parent47bc96d270866687de431b92db1ad9fe4baaec30 (diff)
parentbb8484aab0c08eaad8d2ddc056eb0111a760f979 (diff)
Merge pull request #223033 from r-ryantm/auto-update/jwx
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";