10 src = fetchFromGitHub {
14 hash = "sha256-K7pcvIF195yJIbLKKHUOmyUQ/sEknFsqc8Y171oSmA0=";
17 vendorHash = "sha256-l3wu3IimmPQL4z7WOx+u9dO/AUKPV+lQkWMzphj2bbA=";
20 "-X 'github.com/jzelinskie/cobrautil/v2.Version=${src.rev}'"
24 description = "Command line for managing SpiceDB";
27 SpiceDB is an open-source permissions database inspired by
28 Google Zanzibar. zed is the command line client for SpiceDB.
30 homepage = "https://authzed.com/";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ thoughtpolice ];