Unverified Commit 018c964e authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

victorialogs: 1.44.0 -> 1.45.0 (#488824)

parents f2287920 9a872561
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

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

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaLogs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Ud5jGiQd75RIM+xTpWXULRe34ThssxcazKQ0HKsbgYM=";
    hash = "sha256-pfNG9BuKqfoQGJTN8sVEB2UpUh38jot0kBJ8KnxHHMs=";
  };

  vendorHash = null;