matrix-alertmanager: 0.7.2 -> 0.8.0

This commit is contained in:
Dionysis Grigoropoulos 2024-11-15 18:16:03 +02:00
parent 293e982bdd
commit 666a4348c2
No known key found for this signature in database

View File

@ -6,13 +6,13 @@
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 = ''
@ -20,7 +20,7 @@ buildNpmPackage rec {
mv package.json.tmp package.json
'';
npmDepsHash = "sha256-OI/zlz03YQwUnpOiHAVQfk8PWKsurldpp0PbF1K9zbM=";
npmDepsHash = "sha256-LCbImn0EGbTtB30IjLU+tjP38BQdk5Wozsl3EgOrcs8=";
dontNpmBuild = true;
@ -30,6 +30,6 @@ buildNpmPackage rec {
mainProgram = "matrix-alertmanager";
homepage = "https://github.com/jaywink/matrix-alertmanager";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ erethon ];
};
}