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

jwx: 2.0.12 -> 2.0.13
This commit is contained in:
Arian van Putten 2023-10-03 16:29:46 +07:00 committed by GitHub
commit e2b8feae84
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.12";
version = "2.0.13";
src = fetchFromGitHub {
owner = "lestrrat-go";
repo = pname;
rev = "v${version}";
hash = "sha256-2Lx9pu5KQut9eXIQYDjFW/pMDzR0eSKMFtSGOPQAkN4=";
hash = "sha256-jtNG/d70Q67IKKEfRBewl40cxH6wYj3CPfx+S/vuQnQ=";
};
vendorHash = "sha256-o3EHPIXGLz/io0d8jhl9cxzctP3CeOjEDMQl1SY9lXg=";