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