victorialogs: 1.51.0 -> 1.52.0

Changelog: https://github.com/VictoriaMetrics/VictoriaLogs/releases/tag/v1.52.0
This commit is contained in:
Adam C. Stephens
2026-07-17 11:33:42 -04:00
parent 123e240e07
commit 6e9b46bffb
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "VictoriaLogs";
version = "1.51.0";
version = "1.52.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaLogs";
tag = "v${finalAttrs.version}";
hash = "sha256-8rUDMV7bxMxyU0NYIMFSqGzSMwGogKFDliGXf4VSoCI=";
hash = "sha256-V4TWpv72LJ0FUYruwXvhmCpOLQh5l+7Of7aJS8vF6J0=";
};
vendorHash = null;