kratos: 25.4.0 -> 26.2.0 (#501715)

This commit is contained in:
Sandro
2026-03-31 15:23:04 +00:00
committed by GitHub
+7 -4
View File
@@ -8,16 +8,16 @@
buildGoModule (finalAttrs: {
pname = "kratos";
version = "25.4.0";
version = "26.2.0";
src = fetchFromGitHub {
owner = "ory";
repo = "kratos";
rev = "v${finalAttrs.version}";
hash = "sha256-f/K86B5h7xM7Zsbr5w2rZgsyNlCSemrBkqtMRQq/Xws=";
hash = "sha256-u298vFFD/zc7ScdQ5rmvcHqkMMenMVIRC9GChfukml8=";
};
vendorHash = "sha256-ayL3V8TQ+9Tk2Wkhvn+Tft9AqxiFegznKXD0eBkFbhs=";
vendorHash = "sha256-qnG8hdWazKlIFfNPz2z5F7hhgZaTTttUBbg59T+N5OI=";
subPackages = [ "." ];
@@ -56,6 +56,9 @@ buildGoModule (finalAttrs: {
description = "API-first Identity and User Management system that is built according to cloud architecture best practices";
homepage = "https://www.ory.sh/kratos/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mrmebelman ];
maintainers = with lib.maintainers; [
mrmebelman
debtquity
];
};
})