matrix-authentication-service: 1.2.0 -> 1.3.0 (#445688)

authored by

Martin Weinelt and committed by
GitHub
c83c603a af9aee2c

+4 -4
+4 -4
pkgs/by-name/ma/matrix-authentication-service/package.nix
··· 18 18 19 19 rustPlatform.buildRustPackage (finalAttrs: { 20 20 pname = "matrix-authentication-service"; 21 - version = "1.2.0"; 21 + version = "1.3.0"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "element-hq"; 25 25 repo = "matrix-authentication-service"; 26 26 tag = "v${finalAttrs.version}"; 27 - hash = "sha256-Du9gEQDRNcFJt15Vml4mltXliHTdfUTNvGETTwoSFS4="; 27 + hash = "sha256-iwQ+ItcpjShEyRi3RI0IuXXmlfzamGFHrdZpp7wBBis="; 28 28 }; 29 29 30 - cargoHash = "sha256-KHoC1kX4/PbSEsHLwiwF/YcbJ97dsPOA5rz3b2nNV04="; 30 + cargoHash = "sha256-FgV2YfU2iqlYwoq3WCaM52fDmgKIQg2gx5q68P3Mhf0="; 31 31 32 32 npmDeps = fetchNpmDeps { 33 33 name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps"; 34 34 src = "${finalAttrs.src}/${finalAttrs.npmRoot}"; 35 - hash = "sha256-vl7enIRs26HOWr/XPCRw8/f26NwqxgObRdKqEKcYDe8="; 35 + hash = "sha256-PGT8UCjsgyARHw2/lbCAMSNQr/5FqbDz0Auf90jjHLk="; 36 36 }; 37 37 38 38 npmRoot = "frontend";