Merge pull request #198615 from r-ryantm/auto-update/victoriametrics

victoriametrics: 1.82.1 -> 1.83.0

authored by Yorick and committed by GitHub 7408ad5e 9346d33f

+2 -2
+2 -2
pkgs/servers/nosql/victoriametrics/default.nix
··· 2 3 buildGoModule rec { 4 pname = "VictoriaMetrics"; 5 - version = "1.82.1"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-Lor4rpL19xc/eA2quJ1D0WrJiviEcKnArBKUQhb9Z0k="; 12 }; 13 14 vendorSha256 = null;
··· 2 3 buildGoModule rec { 4 pname = "VictoriaMetrics"; 5 + version = "1.83.0"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-bc13aIo2gCHZfBRbi5CoPLcCGoNJgTuWJbCwqX/QgtU="; 12 }; 13 14 vendorSha256 = null;