librenms: 24.9.1 -> 24.10.1 (#354216)
This commit is contained in:
commit
924dd67481
@ -24,13 +24,13 @@ let
|
|||||||
phpPackage = php82.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
|
phpPackage = php82.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
|
||||||
in phpPackage.buildComposerProject rec {
|
in phpPackage.buildComposerProject rec {
|
||||||
pname = "librenms";
|
pname = "librenms";
|
||||||
version = "24.9.1";
|
version = "24.10.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "librenms";
|
owner = "librenms";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "sha256-6LNhMtw2U7/31Qsd1C8u+iT99CCdoz3qQh0hjsDM+9A=";
|
sha256 = "sha256-Rs6eoCXjocCP6MxTH1HEZBV7jNFZ5d6cPfvtWzGWSb8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-VWf1gN2VczS/4+aO+QFjBMjeritO/3dF6oeaOfSQibo=";
|
vendorHash = "sha256-VWf1gN2VczS/4+aO+QFjBMjeritO/3dF6oeaOfSQibo=";
|
||||||
@ -123,7 +123,7 @@ in phpPackage.buildComposerProject rec {
|
|||||||
description = "Auto-discovering PHP/MySQL/SNMP based network monitoring";
|
description = "Auto-discovering PHP/MySQL/SNMP based network monitoring";
|
||||||
homepage = "https://www.librenms.org/";
|
homepage = "https://www.librenms.org/";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = teams.wdz.members;
|
maintainers = with maintainers; [ netali ] ++ teams.wdz.members;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user