Unverified Commit e4985748 authored by Yorick's avatar Yorick Committed by GitHub
Browse files

victoriametrics: 1.138.0 -> 1.139.0 (#506088)

parents 3369cd31 466c2f27
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
  lib,
  buildGo126Module,
  buildGoModule,
  fetchFromGitHub,
  nixosTests,
  withServer ? true, # the actual metrics server
@@ -11,15 +11,15 @@
  withVmctl ? true, # vmctl is used to migrate time series
}:

buildGo126Module (finalAttrs: {
buildGoModule (finalAttrs: {
  pname = "VictoriaMetrics";
  version = "1.138.0";
  version = "1.139.0";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaMetrics";
    tag = "v${finalAttrs.version}";
    hash = "sha256-7gEmaslhTmk72/GiL2xfWn4Pb/e/35wDXePGrvmuTUg=";
    hash = "sha256-5+Hlt9cF/V3x+4TGrMd1NPaApQsIWWvDIYmN/BLhLMU=";
  };

  vendorHash = null;