summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2022-11-16 12:56:15 +0000
committerGitHub <noreply@github.com>2022-11-16 12:56:15 +0000
commitc3642217fcbd72aee2334b78be1b34124040955e (patch)
treee49235f78b76a913d66873664bba9966b8e4ee27
parentd1b589378bc16d1a5901a25a31956e4b37a3ec6e (diff)
parent4bcb88fa2611f685587f8c3de5e1a81024c67b89 (diff)
Merge pull request #201455 from r-ryantm/auto-update/jwx
jwx: 2.0.6 -> 2.0.7
-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 0b8447e6e488..d124c504039a 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.6";
+ version = "2.0.7";
src = fetchFromGitHub {
owner = "lestrrat-go";
repo = pname;
rev = "v${version}";
- hash = "sha256-7X+UeguaWk7+IQ2/PgoFZR7OKpOTzgT/mo8k4eSl53A=";
+ hash = "sha256-rnzRl7pvX/qBteEbgXrFCzAvtP9Izy6YAZJhy/4nXl4=";
};
- vendorSha256 = "sha256-XZk/cwbfg05RkUFMs+AHTfEZiEvqYYoPoSVZVFM967g=";
+ vendorSha256 = "sha256-96Vxl84+xjRGxudBOaMX8LpRxfYqC2c+hVsipT0NLwE=";
sourceRoot = "source/cmd/jwx";