jwx: 2.0.8 -> 2.0.9

This commit is contained in:
R. Ryantm 2023-03-25 09:47:33 +00:00
parent 798e23beab
commit bb8484aab0

View file

@ -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";