Commit 11d6f4f0 authored by R. RyanTM's avatar R. RyanTM
Browse files

victorialogs: 1.49.0 -> 1.50.0

parent 6df0e717
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;