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

victoriametrics: 1.140.0 -> 1.141.0 (#514077)

parents 6677694a b9289947
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

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

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaMetrics";
    tag = "v${finalAttrs.version}";
    hash = "sha256-f/qcUSf/JMfe0rTUY5qT9k7MCVqsZCwRzsCv6puz6tw=";
    hash = "sha256-eMaCChrv3/w7KNlnLdV1/YGGh4ZMGqeNAnMV1OlIQWE=";
  };

  vendorHash = null;