victoriametrics: 1.102.1 -> 1.105.0

This commit is contained in:
R. Ryantm
2024-10-27 10:09:32 +00:00
parent 79ed655a86
commit 7d263a7cbb
+2 -2
View File
@@ -14,13 +14,13 @@
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.102.1";
version = "1.105.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
rev = "v${version}";
hash = "sha256-FFQiHPcvB3ht6NlaUWPAuEUswXYUzeRilAw4NQ9+8/o=";
hash = "sha256-cMc2CVjVTQLsY/GJht35DCapEtROPJO3j6FCCDXJPMk=";
};
vendorHash = null;