victorialogs: 1.48.0 -> 1.49.0

This commit is contained in:
Shawn8901
2026-04-07 20:56:38 +02:00
parent 4afb0ec098
commit f40898fc9e
+4 -4
View File
@@ -1,6 +1,6 @@
{
lib,
buildGo126Module,
buildGoModule,
fetchFromGitHub,
nix-update-script,
nixosTests,
@@ -8,15 +8,15 @@
withVlAgent ? false,
}:
buildGo126Module (finalAttrs: {
buildGoModule (finalAttrs: {
pname = "VictoriaLogs";
version = "1.48.0";
version = "1.49.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaLogs";
tag = "v${finalAttrs.version}";
hash = "sha256-10tLXgcKdjaHkoA4E7bNS2pBpebv+Exh2yMKlTOFlCw=";
hash = "sha256-7qpI9EjHh5XddXXx4QuGt+h5Rwcj6Me+mpZDbnCGbio=";
};
vendorHash = null;