Merge pull request #287731 from r-ryantm/auto-update/syn2mas

syn2mas: 0.7.0 -> 0.8.0
This commit is contained in:
maxine 2024-02-11 12:12:12 +01:00 committed by GitHub
commit 4be26498d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,18 +5,18 @@
buildNpmPackage rec {
pname = "syn2mas";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "matrix-authentication-service";
rev = "v${version}";
hash = "sha256-foipChunzRKIbeO+O+XYx0luzaA0G9LKrH59luQl9R0=";
hash = "sha256-DPGigs6DifTRa7VQVHgizZ3BUy3FPX3YhZi++yoBFBA=";
};
sourceRoot = "source/tools/syn2mas";
npmDepsHash = "sha256-CdEjfT4rXINv0Fzy56T//XftuAzrn03lQd76/PC2QR8=";
npmDepsHash = "sha256-HvBFuRyP1APg5V+yhvlODAJ02MEkdpuLfNjWB/UT2vg=";
dontBuild = true;