matrix-authentication-service: 1.21.0 -> 1.22.0

ChangeLog: https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.22.0
This commit is contained in:
networkException
2026-08-06 17:33:07 +02:00
parent dd589207f6
commit 3446190149

View File

@@ -21,16 +21,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "matrix-authentication-service";
version = "1.21.0";
version = "1.22.0";
src = fetchFromGitHub {
owner = "element-hq";
repo = "matrix-authentication-service";
tag = "v${finalAttrs.version}";
hash = "sha256-4z+u1IM2pclccv9+IH8IWjCodDxWZmffbqWPC726sIg=";
hash = "sha256-vy9eZYtlAMPXh+xvgAOEeJd7jZirX5Y4sXmNbYLBYGI=";
};
cargoHash = "sha256-HQU0zaK7rLJnTX5WVZrqNEaT5HfFLDzs+pHRxx5XTaA=";
cargoHash = "sha256-3MDbg+vfLIqSDiRqBVZs2zbrg9UUpe4Vx+Ze656yOdE=";
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;