Skip to content

Commit 1a142a0

Browse files
authored
matrix-authentication-service: 0.13.0 -> 0.14.1 (#386314)
2 parents a34a121 + f6b7361 commit 1a142a0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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
@@ -17,22 +17,22 @@
1717

1818
rustPlatform.buildRustPackage rec {
1919
pname = "matrix-authentication-service";
20-
version = "0.13.0";
20+
version = "0.14.1";
2121

2222
src = fetchFromGitHub {
2323
owner = "element-hq";
2424
repo = "matrix-authentication-service";
2525
tag = "v${version}";
26-
hash = "sha256-rFex6stw++xNrcCYnYn3N0HrUQd91DAw9QU0R2MUzyQ=";
26+
hash = "sha256-s6LVCISmbG3ubY/67DcUUE/pnTJSE0v9n8INmLMQNcw=";
2727
};
2828

2929
useFetchCargoVendor = true;
30-
cargoHash = "sha256-u3C6JmaPU4/pyg8Ko01Y33UkuqrVa2lV/jYdMUAF6ng=";
30+
cargoHash = "sha256-VJiIt0/zTJgCCskevb4/p62im/lAMkyJSiFUdaIdKO8=";
3131

3232
npmDeps = fetchNpmDeps {
3333
name = "${pname}-${version}-npm-deps";
3434
src = "${src}/${npmRoot}";
35-
hash = "sha256-4tFE7za2bBOCtX0fSaLvvyD4UTGtvtJlgO30lHCv07Y=";
35+
hash = "sha256-5Hq7wbvm3bLUSLAkLd3SNdwYCVhniV4XMCI84mO0iTc=";
3636
};
3737

3838
npmRoot = "frontend";

pkgs/by-name/sy/syn2mas/package.nix

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

77
buildNpmPackage rec {
88
pname = "syn2mas";
9-
version = "0.14.0";
9+
version = "0.14.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "element-hq";
1313
repo = "matrix-authentication-service";
1414
rev = "v${version}";
15-
hash = "sha256-k+om7LfHcVr5ugJAXicFIcz2CNGGEzVb+O8uXdVukpE=";
15+
hash = "sha256-s6LVCISmbG3ubY/67DcUUE/pnTJSE0v9n8INmLMQNcw=";
1616
};
1717

1818
sourceRoot = "${src.name}/tools/syn2mas";
1919

20-
npmDepsHash = "sha256-n/YkWm4JoXAY6smULQNQDTHGtYkPBXsxfo3BU05zIbA=";
20+
npmDepsHash = "sha256-H3N0wm7M9GUvB32fch2TWulmmcU5Cb3SuWLkOkIZBqY=";
2121

2222
dontBuild = true;
2323

0 commit comments

Comments
 (0)