transcaffeine 2025-07-07 21:13:50 +02:00
parent e69f17b2fd
commit 0a336af7a2
No known key found for this signature in database
GPG Key ID: 03624C433676E465

View File

@ -13,13 +13,13 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "VictoriaMetrics"; pname = "VictoriaMetrics";
version = "1.120.0"; version = "1.121.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "VictoriaMetrics"; owner = "VictoriaMetrics";
repo = "VictoriaMetrics"; repo = "VictoriaMetrics";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-tU3rRdYpP0uO0SeIuYarHwJu80m/iRVbYtlbON1WeSQ="; hash = "sha256-hCZU6O3synVayg253Cbsonzad3ZBMx1B/yJwBJzU+X0=";
}; };
vendorHash = null; vendorHash = null;