Unverified Commit ecf78c81 authored by transcaffeine's avatar transcaffeine
Browse files
parent 8ef584d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

buildGoModule (finalAttrs: {
  pname = "VictoriaMetrics";
  version = "1.121.0";
  version = "1.122.0";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaMetrics";
    tag = "v${finalAttrs.version}";
    hash = "sha256-hCZU6O3synVayg253Cbsonzad3ZBMx1B/yJwBJzU+X0=";
    hash = "sha256-CpxnCW4+hsc3SQZXMI0pkPnKPvh1GTvCmhg5NkSZbk4=";
  };

  vendorHash = null;