11 src = fetchFromGitHub {
15 sha256 = "sha256-Pv0eoFf/E+PE/C+0wsSQxhVTlymOMAYk5UVQP2udpnA=";
18 vendorHash = "sha256-N2vcj3STkaZO2eRr8VztZTWOBUTI+wOri0HYDJ1KiN8=";
26 description = "Small library to manage encrypted secrets using asymmetric encryption";
27 mainProgram = "ejson";
28 license = licenses.mit;
29 homepage = "https://github.com/Shopify/ejson";
30 maintainers = [ maintainers.manveru ];