syn2mas: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-02-10 10:56:06 +00:00
parent 2394210484
commit fe79756103

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;