victorialogs: 1.49.0 -> 1.50.0

This commit is contained in:
R. Ryantm
2026-04-18 17:32:34 +00:00
parent 6df0e71709
commit 11d6f4f0fc
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "VictoriaLogs";
version = "1.49.0";
version = "1.50.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaLogs";
tag = "v${finalAttrs.version}";
hash = "sha256-7qpI9EjHh5XddXXx4QuGt+h5Rwcj6Me+mpZDbnCGbio=";
hash = "sha256-hlRHTTwGPXAMVscIeHxac7KCNWEdBy7WS/KbxwMTl7w=";
};
vendorHash = null;