Unverified Commit b242fd13 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files
parent e4ee7c28
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -13,15 +13,22 @@

buildGoModule (finalAttrs: {
  pname = "VictoriaTraces";
  version = "0.5.0";
  version = "0.5.1";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaTraces";
    tag = "v${finalAttrs.version}";
    hash = "sha256-jmcwn2/UB87wOBCHvquHIgc+a/sCXnxC63nddlZuSL0=";
    hash = "sha256-RvP3hLM8SoDN91PATTI5RTKwnJsomBtWIakRlBprEPA=";
  };

  postPatch = ''
    substituteInPlace go.mod \
      --replace-fail "go 1.25.4" "go 1.25.3"
    substituteInPlace vendor/modules.txt \
      --replace-fail "go 1.25.4" "go 1.25.3"
  '';

  vendorHash = null;

  subPackages =