We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a239e2 + c77170a commit b68ff27Copy full SHA for b68ff27
1 file changed
pkgs/by-name/ma/matrix-authentication-service/package.nix
@@ -18,16 +18,16 @@
18
19
rustPlatform.buildRustPackage (finalAttrs: {
20
pname = "matrix-authentication-service";
21
- version = "1.10.0";
+ version = "1.11.0";
22
23
src = fetchFromGitHub {
24
owner = "element-hq";
25
repo = "matrix-authentication-service";
26
tag = "v${finalAttrs.version}";
27
- hash = "sha256-Cw7EPjN9PLmMxRTHV2DeUWM/BVNrDIQfy//Cn++C98o=";
+ hash = "sha256-vP/4QzsuA+guUBNFJWytdPiAuHh5+D+UMpRwb/9Lbxc=";
28
};
29
30
- cargoHash = "sha256-aQ6zGaHVEGgrNMhbx2tnb4yQ4B31Nr2gf4BKyJsnP0U=";
+ cargoHash = "sha256-MLWjY+Rw4PkKb1zqZaDGpGsKPlGTDNpPRzyz/w1HfZ0=";
31
32
npmDeps = fetchNpmDeps {
33
name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps";
0 commit comments