10 src = fetchFromGitHub {
11 owner = "lestrrat-go";
14 hash = "sha256-7X+UeguaWk7+IQ2/PgoFZR7OKpOTzgT/mo8k4eSl53A=";
17 vendorSha256 = "sha256-XZk/cwbfg05RkUFMs+AHTfEZiEvqYYoPoSVZVFM967g=";
19 sourceRoot = "source/cmd/jwx";
22 description = " Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies";
23 homepage = "https://github.com/lestrrat-go/jwx";
24 license = licenses.mit;
25 maintainers = with maintainers; [ arianvp flokli ];