Commit 4c4d9b98 authored by Charlie Egan's avatar Charlie Egan
Browse files

matrix-authentication-service: 0.12.0 -> 0.13.0



This is included here as, since OPA is a dependency of MAS, the versions
of these two packages need to be updated together. (since 0.12.0 MAS
does not work with 1.0.0 OPA).

I have removed the sea-query check as it's no longer loading a special
case rc tag from a git repo.

Signed-off-by: default avatarCharlie Egan <charlieegan3@users.noreply.github.com>
parent 40000454
Loading
Loading
Loading
Loading
+0 −7602

File deleted.

Preview size limit exceeded, changes collapsed.

+5 −11
Original line number Diff line number Diff line
@@ -17,29 +17,25 @@

rustPlatform.buildRustPackage rec {
  pname = "matrix-authentication-service";
  version = "0.12.0";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "element-hq";
    repo = "matrix-authentication-service";
    tag = "v${version}";
    hash = "sha256-QLtyYxV2yXHJtwWgGcyi7gRcKypYoy9Z8bkEuTopVXc=";
    hash = "sha256-rFex6stw++xNrcCYnYn3N0HrUQd91DAw9QU0R2MUzyQ=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "sea-query-0.32.0-rc.1" = "sha256-Q/NFiIBu8L5rQj4jwcIo8ACmAhLBy4HSTcJv06UdK8E=";
    };
  };
  cargoHash = "sha256-iUAdVnIeBxURqEmqom8MTMLuNnggDxoeVHVlNN8dyJ0=";

  npmDeps = fetchNpmDeps {
    name = "${pname}-${version}-npm-deps";
    src = "${src}/${npmRoot}";
    hash = "sha256-EfDxbdjzF0yLQlueIYKmdpU4v9dx7g8bltU63mIWfo0=";
    hash = "sha256-4tFE7za2bBOCtX0fSaLvvyD4UTGtvtJlgO30lHCv07Y=";
  };

  npmRoot = "frontend";
  npmFlags = [ "--legacy-peer-deps" ];

  nativeBuildInputs = [
    pkg-config
@@ -92,8 +88,6 @@ rustPlatform.buildRustPackage rec {
    cp -r translations   "$out/share/$pname/translations"
  '';

  patches = [ ./v1_rego.patch ];

  meta = {
    description = "OAuth2.0 + OpenID Provider for Matrix Homeservers";
    homepage = "https://github.com/element-hq/matrix-authentication-service";
+0 −802

File deleted.

Preview size limit exceeded, changes collapsed.