syn2mas: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2024-04-03 03:36:31 +00:00
parent ce93557538
commit b42281928e
1 changed files with 3 additions and 3 deletions

View File

@ -5,18 +5,18 @@
buildNpmPackage rec {
pname = "syn2mas";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "matrix-authentication-service";
rev = "v${version}";
hash = "sha256-DPGigs6DifTRa7VQVHgizZ3BUy3FPX3YhZi++yoBFBA=";
hash = "sha256-e5JlkcSJ44iE+pVnGQpGiSNahxUcIFeaPyOjp9E3eD0=";
};
sourceRoot = "${src.name}/tools/syn2mas";
npmDepsHash = "sha256-HvBFuRyP1APg5V+yhvlODAJ02MEkdpuLfNjWB/UT2vg=";
npmDepsHash = "sha256-47tFcKgzH/2WEX99rs7F79TXBXjqVwEumg5aLkx86Fw=";
dontBuild = true;