netdata: 2.6.2 -> 2.6.3

This commit is contained in:
Ryan Horiguchi
2025-08-22 22:26:51 +02:00
parent 29df271e8b
commit bafc202175
+2 -2
View File
@@ -58,14 +58,14 @@
withSystemdUnits ? stdenv.hostPlatform.isLinux,
}:
stdenv.mkDerivation (finalAttrs: {
version = "2.6.2";
version = "2.6.3";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${finalAttrs.version}";
hash = "sha256-XtU+oGynAnpwWTinwXVjtRYsTwIyAhkiRqY9CaOo7B0=";
hash = "sha256-J6QHeukhtHHLx92NGtoOmPwq6gvL9eyVYBQiDD1cEDk=";
fetchSubmodules = true;
};