8 version = "0.13.0-alpha.0";
9 commit = "c75695837f170334b526359f28967aa33d61bce6";
12 inherit pname version commit;
14 src = fetchFromGitHub {
18 hash = "sha256-0yylaaXogN2HWXY8Tb7ScN4jdyeHecJ0gBYlVvcwaNE=";
21 vendorHash = "sha256-lgwV4Ysjmd9e850Rf5c0wSZtMW3U34/piwwG7dQEUV4=";
29 subPackages = [ "." ];
31 # Pass versioning information via ldflags
35 "-X github.com/ory/keto/internal/driver/config.Version=${version}"
36 "-X github.com/ory/keto/internal/driver/config.Commit=${commit}"
40 description = "ORY Keto, the open source access control server";
41 homepage = "https://www.ory.sh/keto/";
42 license = lib.licenses.asl20;
43 maintainers = with lib.maintainers; [ mrmebelman ];