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

victoriametrics: 1.141.0 -> 1.142.0 (#514521)

parents 34825baa 0483567e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

buildGoModule (finalAttrs: {
  pname = "VictoriaMetrics";
  version = "1.141.0";
  version = "1.142.0";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaMetrics";
    tag = "v${finalAttrs.version}";
    hash = "sha256-eMaCChrv3/w7KNlnLdV1/YGGh4ZMGqeNAnMV1OlIQWE=";
    hash = "sha256-PI4P0CGMcYbkrT8Rrgl5P56yTC+r3tnZudvFySzNJeY=";
  };

  vendorHash = null;