Skip to content

Commit

Permalink
matrix-alertmanager: 0.7.2 -> 0.8.0 (#356211)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 4, 2024
2 parents 67a56f2 + 666a434 commit c40884e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ma/matrix-alertmanager/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@

buildNpmPackage rec {
pname = "matrix-alertmanager";
version = "0.7.2";
version = "0.8.0";

src = fetchFromGitHub {
owner = "jaywink";
repo = pname;
rev = "v${version}";
hash = "sha256-7rsY/nUiuSVkM8fbPPa9DB3c+Uhs+Si/j1Jzls6d2qc=";
hash = "sha256-GwASazYgZTYrMn696VL+JKEjECoCKxr2VWj2zae8U/E=";
};

postPatch = ''
${lib.getExe jq} '. += {"bin": "src/app.js"}' package.json > package.json.tmp
mv package.json.tmp package.json
'';

npmDepsHash = "sha256-OI/zlz03YQwUnpOiHAVQfk8PWKsurldpp0PbF1K9zbM=";
npmDepsHash = "sha256-LCbImn0EGbTtB30IjLU+tjP38BQdk5Wozsl3EgOrcs8=";

dontNpmBuild = true;

Expand All @@ -30,6 +30,6 @@ buildNpmPackage rec {
mainProgram = "matrix-alertmanager";
homepage = "https://github.com/jaywink/matrix-alertmanager";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ erethon ];
};
}

0 comments on commit c40884e

Please sign in to comment.