Ivan Kozik 2 years ago
parent d3dae7864a
commit 46f8180c5b
  1. 4
      pkgs/servers/nosql/victoriametrics/default.nix

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "VictoriaMetrics"; pname = "VictoriaMetrics";
version = "1.76.1"; version = "1.77.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-4cgSJi53EGK6YUwO4HlhNs4T07US94A/sPZi2QCx0aw="; sha256 = "sha256-Ike3yO93q/bna/cnHv1sg+gR7iS9cVmNzLViBsfFdVs=";
}; };
vendorSha256 = null; vendorSha256 = null;

Loading…
Cancel
Save