victoriametrics: 1.105.0 -> 1.107.0 (#362767)

This commit is contained in:
Leona Maroni
2024-12-08 14:07:01 +01:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.105.0";
version = "1.107.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
rev = "v${version}";
hash = "sha256-cMc2CVjVTQLsY/GJht35DCapEtROPJO3j6FCCDXJPMk=";
hash = "sha256-OVZhjepISLVAq1HnzWwxLmAUs5Dd10FbIw6CYeNK2Ts=";
};
vendorHash = null;