Unverified Commit 2bd754c5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

victorialogs: 1.48.0 -> 1.49.0 (#507692)

parents e0720c23 f40898fc
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;