keto: 0.14.0 -> 25.4.0 (#495411)

This commit is contained in:
Sandro
2026-03-09 22:10:00 +00:00
committed by GitHub
+8 -5
View File
@@ -5,8 +5,8 @@
}:
let
pname = "keto";
version = "0.14.0";
commit = "613779b6dad89f6fb6b4fa6968f13ede11963c97";
version = "25.4.0";
commit = "f5635433a56324f266ea414727bf7395bb2da429";
in
buildGoModule {
inherit pname version commit;
@@ -15,10 +15,10 @@ buildGoModule {
owner = "ory";
repo = "keto";
rev = "v${version}";
hash = "sha256-DQiE7PvRnOzdRITRl7LgUDmCJO5/aUzbFdEIyiofZfU=";
hash = "sha256-2DktCLYOj2azYBAhMVuqfU7QQ+eC3qDLtcp+fPljFAg=";
};
vendorHash = "sha256-deQxdG3HZiMzzwTr6moILBSNeNR/3noFlJlIx1eyBZs=";
vendorHash = "sha256-+zHvIf3CBMMqKVmQYzMRGQg9iGf9Khnhpgt95lA0BBA=";
tags = [
"sqlite"
@@ -40,6 +40,9 @@ buildGoModule {
description = "ORY Keto, the open source access control server";
homepage = "https://www.ory.sh/keto/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mrmebelman ];
maintainers = with lib.maintainers; [
mrmebelman
debtquity
];
};
}