Loading pkgs/by-name/vi/victoriametrics/package.nix +4 −4 Original line number Diff line number Diff line { lib, buildGo126Module, buildGoModule, fetchFromGitHub, nixosTests, withServer ? true, # the actual metrics server Loading @@ -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; Loading Loading
pkgs/by-name/vi/victoriametrics/package.nix +4 −4 Original line number Diff line number Diff line { lib, buildGo126Module, buildGoModule, fetchFromGitHub, nixosTests, withServer ? true, # the actual metrics server Loading @@ -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; Loading