victorialogs: 1.33.1 -> 1.34.0

This commit is contained in:
Shawn8901
2025-09-23 21:17:29 +02:00
parent cf4a71fd5c
commit 41b3a6201f
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "VictoriaLogs";
version = "1.33.1";
version = "1.34.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaLogs";
tag = "v${finalAttrs.version}";
hash = "sha256-CLrXkyLHPA4t0srIME2Td9/6QQ5fsJyq+kuKfzawwFs=";
hash = "sha256-NUfFXssgNtlb8p9B32aMVSzRJxafMrsuxsR38oHAm2M=";
};
vendorHash = null;