Skip to content

Commit f6b7361

Browse files
committed
1 parent dd81817 commit f6b7361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)