victorialogs: 1.25.0 -> 1.26.0

This commit is contained in:
Shawn8901 2025-07-18 21:10:46 +02:00
parent 571f1c8b11
commit 89cc4dc40d

View File

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