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

victoriametrics: 1.83.0 -> 1.83.1

authored by Yorick and committed by GitHub bed01d87 3f5e89e6

+2 -2
+2 -2
pkgs/servers/nosql/victoriametrics/default.nix
··· 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;
··· 2 3 buildGoModule rec { 4 pname = "VictoriaMetrics"; 5 + version = "1.83.1"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-SfLqvVExP7qc2IDW6sJ0ykVRzL79FRv6zEVXivLpaVk="; 12 }; 13 14 vendorSha256 = null;