Loading pkgs/by-name/vi/victoriatraces/package.nix +9 −2 Original line number Diff line number Diff line Loading @@ -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 = Loading Loading
pkgs/by-name/vi/victoriatraces/package.nix +9 −2 Original line number Diff line number Diff line Loading @@ -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 = Loading