Skip to content

Commit

Permalink
Merge pull request #335847 from r-ryantm/auto-update/syn2mas
Browse files Browse the repository at this point in the history
syn2mas: 0.9.0 -> 0.10.0
  • Loading branch information
nixpkgs-merge-bot[bot] authored Aug 20, 2024
2 parents db69638 + e26d0a2 commit 7dbc45a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sy/syn2mas/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@

buildNpmPackage rec {
pname = "syn2mas";
version = "0.9.0";
version = "0.10.0";

src = fetchFromGitHub {
owner = "matrix-org";
repo = "matrix-authentication-service";
rev = "v${version}";
hash = "sha256-e5JlkcSJ44iE+pVnGQpGiSNahxUcIFeaPyOjp9E3eD0=";
hash = "sha256-cZJ9ibBtxVBBVCBTGhtfM6lQTFvgUnO1WPO1WmDGuks=";
};

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

npmDepsHash = "sha256-47tFcKgzH/2WEX99rs7F79TXBXjqVwEumg5aLkx86Fw=";
npmDepsHash = "sha256-Dk/aSkCbuHiZN5H/f692/Yef+f5SJDSXuSMbePkU66g=";

dontBuild = true;

Expand Down

0 comments on commit 7dbc45a

Please sign in to comment.