Commit f40898fc authored by Shawn8901's avatar Shawn8901
Browse files

victorialogs: 1.48.0 -> 1.49.0

parent 4afb0ec0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
  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;