Skip to content

Commit b68ff27

Browse files
authored
[Backport release-25.11] matrix-authentication-service: 1.10.0 -> 1.11.0 (#491111)
2 parents 9a239e2 + c77170a commit b68ff27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • pkgs/by-name/ma/matrix-authentication-service

pkgs/by-name/ma/matrix-authentication-service/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818

1919
rustPlatform.buildRustPackage (finalAttrs: {
2020
pname = "matrix-authentication-service";
21-
version = "1.10.0";
21+
version = "1.11.0";
2222

2323
src = fetchFromGitHub {
2424
owner = "element-hq";
2525
repo = "matrix-authentication-service";
2626
tag = "v${finalAttrs.version}";
27-
hash = "sha256-Cw7EPjN9PLmMxRTHV2DeUWM/BVNrDIQfy//Cn++C98o=";
27+
hash = "sha256-vP/4QzsuA+guUBNFJWytdPiAuHh5+D+UMpRwb/9Lbxc=";
2828
};
2929

30-
cargoHash = "sha256-aQ6zGaHVEGgrNMhbx2tnb4yQ4B31Nr2gf4BKyJsnP0U=";
30+
cargoHash = "sha256-MLWjY+Rw4PkKb1zqZaDGpGsKPlGTDNpPRzyz/w1HfZ0=";
3131

3232
npmDeps = fetchNpmDeps {
3333
name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps";

0 commit comments

Comments
 (0)