10 src = fetchFromGitHub {
11 owner = "lestrrat-go";
14 hash = "sha256-cYNqe5BZJSYWD7XegVEm5prQjC6uX+JZtJ7AZdFbPu4=";
17 vendorHash = "sha256-ZS7xliFymXTE8hlc3GEMNonP5sJTZGirw5YQNzPCl3Y=";
19 sourceRoot = "${src.name}/cmd/jwx";
22 description = " Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies";
24 homepage = "https://github.com/lestrrat-go/jwx";
25 license = licenses.mit;
26 maintainers = with maintainers; [ arianvp flokli ];