Skip to content

Commit d38972b

Browse files
committed
matrix-authentication-service: 1.0.0 -> 1.1.0
1 parent 559268a commit d38972b

File tree

1 file changed

+4
-4
lines changed
  • pkgs/by-name/ma/matrix-authentication-service

1 file changed

+4
-4
lines changed

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

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

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

2323
src = fetchFromGitHub {
2424
owner = "element-hq";
2525
repo = "matrix-authentication-service";
2626
tag = "v${finalAttrs.version}";
27-
hash = "sha256-v3M/MrBwa4XBfsDYt9BCmt0MBEnIjrCck/Cpv79dXLw=";
27+
hash = "sha256-lvBlwp2a2JPGgaCKt5HOxm9xoy+HyZeJGw6G5NiLgAw=";
2828
};
2929

30-
cargoHash = "sha256-D1LBPwPdkTV35cDrKaygRoiBYWRSYv4KtkAdvs5+S/o=";
30+
cargoHash = "sha256-PQ/Op567xD1u8J01r5quzDsDjGw7kxbGL4oaM4b6Obc=";
3131

3232
npmDeps = fetchNpmDeps {
3333
name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps";
3434
src = "${finalAttrs.src}/${finalAttrs.npmRoot}";
35-
hash = "sha256-1yxxzxhefviOQX6lXWFW/bmkOcJeetE1sCPsDUT4UJM=";
35+
hash = "sha256-iyLUKcxpq5G7P2TlQ/GmJdZtEbeX+/NkhdEQOi44s5I=";
3636
};
3737

3838
npmRoot = "frontend";

0 commit comments

Comments
 (0)