Unverified Commit 9e9486e2 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

victoriatraces: 0.5.0 -> 0.5.1 (#463573)

parents 8db8df6d b242fd13
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 =