mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
matrix-alertmanager: 0.5.0 -> 0.7.2
Diff: https://github.com/jaywink/matrix-alertmanager/compare/v0.5.0...v0.7.2 Changelog: https://github.com/jaywink/matrix-alertmanager/blob/v0.7.2/CHANGELOG.md
This commit is contained in:
parent
6e63767f99
commit
31c3909ef9
1 changed files with 4 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "matrix-alertmanager";
|
pname = "matrix-alertmanager";
|
||||||
version = "0.5.0";
|
version = "0.7.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jaywink";
|
owner = "jaywink";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "M3/8viRCRiVJGJSHidP6nG8cr8wOl9hMFY/gzdSRN+4=";
|
hash = "sha256-7rsY/nUiuSVkM8fbPPa9DB3c+Uhs+Si/j1Jzls6d2qc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -20,11 +20,12 @@ buildNpmPackage rec {
|
||||||
mv package.json.tmp package.json
|
mv package.json.tmp package.json
|
||||||
'';
|
'';
|
||||||
|
|
||||||
npmDepsHash = "sha256-hR9Q/8sLxSf916BARBgTKmwonv5JqSSkfvOfYL9SdeU=";
|
npmDepsHash = "sha256-OI/zlz03YQwUnpOiHAVQfk8PWKsurldpp0PbF1K9zbM=";
|
||||||
|
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
changelog = "https://github.com/jaywink/matrix-alertmanager/blob/${src.rev}/CHANGELOG.md";
|
||||||
description = "Bot to receive Alertmanager webhook events and forward them to chosen rooms";
|
description = "Bot to receive Alertmanager webhook events and forward them to chosen rooms";
|
||||||
homepage = "https://github.com/jaywink/matrix-alertmanager";
|
homepage = "https://github.com/jaywink/matrix-alertmanager";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue