victorialogs: 1.25.0 -> 1.26.0 (#426463)

This commit is contained in:
Vladimír Čunát 2025-07-26 16:38:52 +02:00
commit 2b1faa4579
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -8,13 +8,13 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "VictoriaLogs"; pname = "VictoriaLogs";
version = "1.25.0"; version = "1.26.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "VictoriaMetrics"; owner = "VictoriaMetrics";
repo = "VictoriaLogs"; repo = "VictoriaLogs";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-KhXB+37uK08dDYXtnaPDS7gP/gBGZ0gqyR0u572QOx8="; hash = "sha256-PnXpu2Dna5grozKOGRHi/Gic7djszYh7wJ96EiEYP8U=";
}; };
vendorHash = null; vendorHash = null;