Unverified Commit ce6fe8a2 authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

victorialogs: 1.45.0 -> 1.47.0 (#497936)

parents 33936568 474b661e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
  lib,
  buildGoModule,
  buildGo126Module,
  fetchFromGitHub,
  nix-update-script,
  nixosTests,
@@ -8,15 +8,15 @@
  withVlAgent ? false,
}:

buildGoModule (finalAttrs: {
buildGo126Module (finalAttrs: {
  pname = "VictoriaLogs";
  version = "1.45.0";
  version = "1.47.0";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaLogs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-pfNG9BuKqfoQGJTN8sVEB2UpUh38jot0kBJ8KnxHHMs=";
    hash = "sha256-SrM6lDhbsGOJohmAFIALyzSAh/9C3A8/EQ2pFDlOEAw=";
  };

  vendorHash = null;