transcaffeine 2025-06-09 21:23:46 +02:00
parent 787008d5de
commit 4b65e4c261
No known key found for this signature in database
GPG Key ID: 03624C433676E465

View File

@ -14,13 +14,13 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "VictoriaMetrics"; pname = "VictoriaMetrics";
version = "1.118.0"; version = "1.119.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "VictoriaMetrics"; owner = "VictoriaMetrics";
repo = "VictoriaMetrics"; repo = "VictoriaMetrics";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-a84n9fuGdiG0o/1/9q3etTwoFbOL01y88ubTI/yIIBA="; hash = "sha256-Gc3B3JmTbINdPJ8PIhcuQhFD+FoxNOskoBEcDoMAUUk=";
}; };
vendorHash = null; vendorHash = null;