victoriatraces: 0.2.0 -> 0.5.0, add myself as maintainer (#461640)
This commit is contained in:
@@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "VictoriaTraces";
|
pname = "VictoriaTraces";
|
||||||
version = "0.2.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "VictoriaMetrics";
|
owner = "VictoriaMetrics";
|
||||||
repo = "VictoriaTraces";
|
repo = "VictoriaTraces";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-b4/ix191xtW2HpczfRbez2gibgGx7jBRm0hvuP/rTpA=";
|
hash = "sha256-jmcwn2/UB87wOBCHvquHIgc+a/sCXnxC63nddlZuSL0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
@@ -31,12 +31,6 @@ buildGoModule (finalAttrs: {
|
|||||||
++ lib.optionals withVtStorage [ "app/vtstorage" ]
|
++ lib.optionals withVtStorage [ "app/vtstorage" ]
|
||||||
++ lib.optionals withVtGen [ "app/vtgen" ];
|
++ lib.optionals withVtGen [ "app/vtgen" ];
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
# Allow older go versions
|
|
||||||
substituteInPlace go.mod \
|
|
||||||
--replace-fail "go 1.24.6" "go ${finalAttrs.passthru.go.version}"
|
|
||||||
'';
|
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
"-w"
|
"-w"
|
||||||
@@ -56,7 +50,10 @@ buildGoModule (finalAttrs: {
|
|||||||
homepage = "https://docs.victoriametrics.com/victoriatraces/";
|
homepage = "https://docs.victoriametrics.com/victoriatraces/";
|
||||||
description = "Fast open-source observability solution for distributed traces";
|
description = "Fast open-source observability solution for distributed traces";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ cmacrae ];
|
maintainers = with lib.maintainers; [
|
||||||
|
cmacrae
|
||||||
|
ma27
|
||||||
|
];
|
||||||
changelog = "https://github.com/VictoriaMetrics/VictoriaTraces/releases/tag/${finalAttrs.src.tag}";
|
changelog = "https://github.com/VictoriaMetrics/VictoriaTraces/releases/tag/${finalAttrs.src.tag}";
|
||||||
mainProgram = "victoria-traces";
|
mainProgram = "victoria-traces";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user