9 commit = "c75695837f170334b526359f28967aa33d61bce6";
12 inherit pname version commit;
14 src = fetchFromGitHub {
18 hash = "sha256-Y5bowCFR9S70ko0vNCwZnhOIKKGdqgcDEBEtZisKEig=";
21 vendorHash = "sha256-+hh7MFYGPTaAlU/D0ROv5pw6YvzkAm6URuhP5jdgQtM=";
29 subPackages = [ "." ];
31 # Pass versioning information via ldflags
35 "-X github.com/ory/oathkeeper/internal/driver/config.Version=${version}"
36 "-X github.com/ory/oathkeeper/internal/driver/config.Commit=${commit}"
40 description = "Open-source identity and access proxy that authorizes HTTP requests based on sets of rules";
41 homepage = "https://www.ory.sh/oathkeeper/";
42 license = lib.licenses.asl20;
43 maintainers = with lib.maintainers; [ camcalaquian ];
44 mainProgram = "oathkeeper";