Unverified Commit f939c8a1 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

victoriametrics: 1.116.0 -> 1.117.1 (#406559)

parents 49cca7c9 aea3c8be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

buildGoModule (finalAttrs: {
  pname = "VictoriaMetrics";
  version = "1.116.0";
  version = "1.117.1";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaMetrics";
    tag = "v${finalAttrs.version}";
    hash = "sha256-iXMn1C5dUzsZSNwv4PqS4iMsTlxjhj9U9YLJHy8WGHs=";
    hash = "sha256-Y3Ai5e9bJnGlWfxOMWMhesJ/eHrklSbR+YmR1EgzFS0=";
  };

  vendorHash = null;