Unverified Commit c0cdf1dc authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

victorialogs: 1.33.1 -> 1.34.0 (#445621)

parents abad4bf2 41b3a620
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule (finalAttrs: {
  pname = "VictoriaLogs";
  version = "1.33.1";
  version = "1.34.0";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaLogs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-CLrXkyLHPA4t0srIME2Td9/6QQ5fsJyq+kuKfzawwFs=";
    hash = "sha256-NUfFXssgNtlb8p9B32aMVSzRJxafMrsuxsR38oHAm2M=";
  };

  vendorHash = null;