Merge pull request #239553 from r-ryantm/auto-update/jwx

jwx: 2.0.9 -> 2.0.11
This commit is contained in:
Weijia Wang 2023-06-26 07:31:21 +02:00 committed by GitHub
commit 2efb568a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "jwx";
version = "2.0.9";
version = "2.0.11";
src = fetchFromGitHub {
owner = "lestrrat-go";
repo = pname;
rev = "v${version}";
hash = "sha256-0Ha16moHpPt7IwSmSLSf3ExKlp2TDkssPppNIPHrsJw=";
hash = "sha256-8ZzDVCJERf9T9Tlth+9imVJPZIAwffR03S/8UflKjZc=";
};
vendorHash = "sha256-RyAQh1uXw3bEZ6vuh8+mEf8T4l3ZIFAaFJ6dGMoANys=";