Unverified Commit e41623cc authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

kratos: 25.4.0 -> 26.2.0 (#501715)

parents aed2906f 47f346ef
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -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
    ];
  };
})