tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
perses: 0.51.1 -> 0.52.0
R. Ryantm
4 months ago
df054c13
7b38f24f
+75
-55
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
pe
perses
package.nix
plugins.nix
+4
-4
pkgs/by-name/pe/perses/package.nix
···
25
25
in
26
26
buildGoModule (finalAttrs: {
27
27
pname = "perses";
28
28
-
version = "0.51.1";
28
28
+
version = "0.52.0";
29
29
30
30
src = fetchFromGitHub {
31
31
owner = "perses";
32
32
repo = "perses";
33
33
tag = "v${finalAttrs.version}";
34
34
-
hash = "sha256-ZijrDYG/HFPBOLEFqMDzoWhRoo/GiHr0dpjhKBJRAH8=";
34
34
+
hash = "sha256-VjjTi+RltB4gZloAcaEtRsmFmG9CruYtDphYyAx1Tkc=";
35
35
};
36
36
37
37
outputs = [
···
49
49
inherit (finalAttrs) version src;
50
50
pname = "${finalAttrs.pname}-ui";
51
51
sourceRoot = "${finalAttrs.src.name}/${finalAttrs.npmRoot}";
52
52
-
hash = "sha256-yBkdqOLAopEHcS4rbOUL3bLxy27l/gm60nICsL9zigk=";
52
52
+
hash = "sha256-TteC9/1ORUl41BvhW9rTUW6ZBmDv4ScG6OzsI6WYjiE=";
53
53
};
54
54
55
55
npmRoot = "ui";
···
59
59
preBuild = null;
60
60
};
61
61
62
62
-
vendorHash = "sha256-FfT3z48JaOiUTsVMmcbJdFJesO7cIMkYt/0gQ0jHh8I=";
62
62
+
vendorHash = "sha256-zb8LJIzCCX5bjKl6aDI/vjkaPbEQfiGKVJbpcR596WI=";
63
63
64
64
ldflags = [
65
65
"-s"
+71
-51
pkgs/by-name/pe/perses/plugins.nix
···
2
2
# Do not edit this file manually.
3
3
{
4
4
"BarChart" = {
5
5
-
version = "0.8.0";
6
6
-
url = "https://github.com/perses/plugins/releases/download/barchart/v0.8.0/BarChart-0.8.0.tar.gz";
7
7
-
hash = "sha256-YXTQyn/BN9pbhIlFZoNkiIPvmFopkJdu0LHTnBAPcWM=";
5
5
+
version = "0.9.0";
6
6
+
url = "https://github.com/perses/plugins/releases/download/barchart/v0.9.0/BarChart-0.9.0.tar.gz";
7
7
+
hash = "sha256-hh447/XUW9QNDz60VvfmDHhVF9VPwZTmjmu5nmc787Y=";
8
8
};
9
9
"DatasourceVariable" = {
10
10
-
version = "0.2.0";
11
11
-
url = "https://github.com/perses/plugins/releases/download/datasourcevariable/v0.2.0/DatasourceVariable-0.2.0.tar.gz";
12
12
-
hash = "sha256-QqdikGca2ufzQ2CvXn9ThU+2ShM7twsoL6OweMs1ocw=";
10
10
+
version = "0.3.0";
11
11
+
url = "https://github.com/perses/plugins/releases/download/datasourcevariable/v0.3.0/DatasourceVariable-0.3.0.tar.gz";
12
12
+
hash = "sha256-JRvCYKYZ7eDw3smxxknmetGEQ0wKW/o+ju7a9ZV+SMw=";
13
13
+
};
14
14
+
"FlameChart" = {
15
15
+
version = "0.3.0";
16
16
+
url = "https://github.com/perses/plugins/releases/download/flamechart/v0.3.0/FlameChart-0.3.0.tar.gz";
17
17
+
hash = "sha256-5iGeT87it7wBGKV+CHSlNohDBBbC6kNlu44NJH/+29c=";
13
18
};
14
19
"GaugeChart" = {
15
15
-
version = "0.8.0";
16
16
-
url = "https://github.com/perses/plugins/releases/download/gaugechart/v0.8.0/GaugeChart-0.8.0.tar.gz";
17
17
-
hash = "sha256-vWqZZZBOq87tz01ZezdODvFOBFIU9mOfgUE5N01zcvw=";
20
20
+
version = "0.9.0";
21
21
+
url = "https://github.com/perses/plugins/releases/download/gaugechart/v0.9.0/GaugeChart-0.9.0.tar.gz";
22
22
+
hash = "sha256-7y9FnopFO0jWf1SViXEpekS16haQ7LsWf5mwszSB5So=";
18
23
};
19
24
"HistogramChart" = {
20
20
-
version = "0.8.0";
21
21
-
url = "https://github.com/perses/plugins/releases/download/histogramchart/v0.8.0/HistogramChart-0.8.0.tar.gz";
22
22
-
hash = "sha256-BiBC4CgAn1JcS8dH9qv0nNYxx+Nte5ifvdrzO9yM+QA=";
25
25
+
version = "0.9.0";
26
26
+
url = "https://github.com/perses/plugins/releases/download/histogramchart/v0.9.0/HistogramChart-0.9.0.tar.gz";
27
27
+
hash = "sha256-qwSbLv1YJOL6QQmc3F65CsKupL5dPDnA76KvXSBvlJo=";
28
28
+
};
29
29
+
"HeatMapChart" = {
30
30
+
version = "0.2.0";
31
31
+
url = "https://github.com/perses/plugins/releases/download/heatmapchart/v0.2.0/HeatMapChart-0.2.0.tar.gz";
32
32
+
hash = "sha256-6fg3Cy5xUUP5OW2WxyVVuhs5XX0t8j2Uf4qN8KLFGrE=";
33
33
+
};
34
34
+
"Loki" = {
35
35
+
version = "0.1.1";
36
36
+
url = "https://github.com/perses/plugins/releases/download/loki/v0.1.1/Loki-0.1.1.tar.gz";
37
37
+
hash = "sha256-gyiD/7PqlZa9GukN7Ptdolq3NdJYvn1yQEMizA47/bc=";
23
38
};
24
39
"Markdown" = {
25
25
-
version = "0.8.0";
26
26
-
url = "https://github.com/perses/plugins/releases/download/markdown/v0.8.0/Markdown-0.8.0.tar.gz";
27
27
-
hash = "sha256-L6bNqNp/agaV1N2Htdv072df5qUUkYexr/KKsDLOWW8=";
40
40
+
version = "0.9.0";
41
41
+
url = "https://github.com/perses/plugins/releases/download/markdown/v0.9.0/Markdown-0.9.0.tar.gz";
42
42
+
hash = "sha256-5Oywh0J7ROQ1JdBE3noxBuhcOqf5rdwFR4OkKAVQQuU=";
28
43
};
29
44
"PieChart" = {
30
30
-
version = "0.8.0";
31
31
-
url = "https://github.com/perses/plugins/releases/download/piechart/v0.8.0/PieChart-0.8.0.tar.gz";
32
32
-
hash = "sha256-hp4IUDit0GgIqFKcVlf53FFBWDjbQPY0hYmsUTGKmkw=";
45
45
+
version = "0.9.0";
46
46
+
url = "https://github.com/perses/plugins/releases/download/piechart/v0.9.0/PieChart-0.9.0.tar.gz";
47
47
+
hash = "sha256-70L3QOdBv0Jy9R6b9eo1WYvqzZIzd0xDEKNeAOYU3L8=";
33
48
};
34
49
"Prometheus" = {
35
35
-
version = "0.51.0-rc.3";
36
36
-
url = "https://github.com/perses/plugins/releases/download/prometheus/v0.51.0-rc.3/Prometheus-0.51.0-rc.3.tar.gz";
37
37
-
hash = "sha256-DqiYuZmWaxMzoKr0/IqciyxwOi8xf65lehwed8iCiJc=";
50
50
+
version = "0.53.3";
51
51
+
url = "https://github.com/perses/plugins/releases/download/prometheus/v0.53.3/Prometheus-0.53.3.tar.gz";
52
52
+
hash = "sha256-6cqoH+xeUj7ViwUzoEbmYnmTeJvkfHxHOTOBFNCEGZM=";
53
53
+
};
54
54
+
"Pyroscope" = {
55
55
+
version = "0.3.1";
56
56
+
url = "https://github.com/perses/plugins/releases/download/pyroscope/v0.3.1/Pyroscope-0.3.1.tar.gz";
57
57
+
hash = "sha256-7LvYbZeDbiwp2/VlRew+jUN8xtyUk0xVr2auiXuqH14=";
38
58
};
39
59
"ScatterChart" = {
40
40
-
version = "0.7.0";
41
41
-
url = "https://github.com/perses/plugins/releases/download/scatterchart/v0.7.0/ScatterChart-0.7.0.tar.gz";
42
42
-
hash = "sha256-OaX1q4Iy4x4IYVKL2aBYYQnNaHfjGiSrI+s3ZyzDfFI=";
60
60
+
version = "0.8.0";
61
61
+
url = "https://github.com/perses/plugins/releases/download/scatterchart/v0.8.0/ScatterChart-0.8.0.tar.gz";
62
62
+
hash = "sha256-3V2dZP7JgcG0ymg1hPC9YOBCksNay4IW7TSV95BLxZM=";
43
63
};
44
64
"StatChart" = {
45
45
-
version = "0.8.0";
46
46
-
url = "https://github.com/perses/plugins/releases/download/statchart/v0.8.0/StatChart-0.8.0.tar.gz";
47
47
-
hash = "sha256-K6zCZ0C2Y7kTQYXYxGdBPn2pB9DzMYgn15rEwJYkt5k=";
65
65
+
version = "0.9.0";
66
66
+
url = "https://github.com/perses/plugins/releases/download/statchart/v0.9.0/StatChart-0.9.0.tar.gz";
67
67
+
hash = "sha256-w4k1Crg/wRvjlJ7DtnBWaOEGdC/Ii4YxZ8QyI6x76co=";
48
68
};
49
69
"StaticListVariable" = {
50
50
-
version = "0.4.0";
51
51
-
url = "https://github.com/perses/plugins/releases/download/staticlistvariable/v0.4.0/StaticListVariable-0.4.0.tar.gz";
52
52
-
hash = "sha256-tuygC5ipfGe2KpsuHS+aaI+avCIQpfAUC+kubk+/ULs=";
70
70
+
version = "0.5.1";
71
71
+
url = "https://github.com/perses/plugins/releases/download/staticlistvariable/v0.5.1/StaticListVariable-0.5.1.tar.gz";
72
72
+
hash = "sha256-eZicvDKbzGBuxow+KawDBqHMqAtVVsm+vKW5Nn8pTXo=";
53
73
};
54
74
"StatusHistoryChart" = {
55
55
-
version = "0.8.0";
56
56
-
url = "https://github.com/perses/plugins/releases/download/statushistorychart/v0.8.0/StatusHistoryChart-0.8.0.tar.gz";
57
57
-
hash = "sha256-61k3G+8bCsUErBCwvFxgnYCPLAqpCIcuF3GEZHacMB0=";
75
75
+
version = "0.9.0";
76
76
+
url = "https://github.com/perses/plugins/releases/download/statushistorychart/v0.9.0/StatusHistoryChart-0.9.0.tar.gz";
77
77
+
hash = "sha256-7RB+aVwut4HcoxzWRtKL57XzdyKeHm2cnw+AFxUvTz4=";
58
78
};
59
79
"Table" = {
60
60
-
version = "0.7.1";
61
61
-
url = "https://github.com/perses/plugins/releases/download/table/v0.7.1/Table-0.7.1.tar.gz";
62
62
-
hash = "sha256-X/W2vSBddGHbEXzBW2MDxMwSMfVweSi5MtztXTURne8=";
80
80
+
version = "0.8.0";
81
81
+
url = "https://github.com/perses/plugins/releases/download/table/v0.8.0/Table-0.8.0.tar.gz";
82
82
+
hash = "sha256-kBJEVhCNuoI0UIhBnja/L0c84QEwxzhTKpsgHH8CJG8=";
63
83
};
64
84
"Tempo" = {
65
65
-
version = "0.51.0-rc.3";
66
66
-
url = "https://github.com/perses/plugins/releases/download/tempo/v0.51.0-rc.3/Tempo-0.51.0-rc.3.tar.gz";
67
67
-
hash = "sha256-oy2jBdZzf86G8+6wFkFPKiOj2yyYpUD1nVSGwou9vxg=";
85
85
+
version = "0.53.1";
86
86
+
url = "https://github.com/perses/plugins/releases/download/tempo/v0.53.1/Tempo-0.53.1.tar.gz";
87
87
+
hash = "sha256-qRdL3NXi58U2LsbjFU00V/pEKsj9rS+oNigcrSfw2zA=";
68
88
};
69
89
"TimeSeriesChart" = {
70
70
-
version = "0.9.1";
71
71
-
url = "https://github.com/perses/plugins/releases/download/timeserieschart/v0.9.1/TimeSeriesChart-0.9.1.tar.gz";
72
72
-
hash = "sha256-07Fuj8Zem5xHMmScD9FFZRDTNNB994SyskFv3rzwFG0=";
90
90
+
version = "0.10.1";
91
91
+
url = "https://github.com/perses/plugins/releases/download/timeserieschart/v0.10.1/TimeSeriesChart-0.10.1.tar.gz";
92
92
+
hash = "sha256-UqDtkT2ff3VZdJ0n5KytdCHNoJ0ahq5KT1XD5s2UkiE=";
73
93
};
74
94
"TimeSeriesTable" = {
75
75
-
version = "0.8.0";
76
76
-
url = "https://github.com/perses/plugins/releases/download/timeseriestable/v0.8.0/TimeSeriesTable-0.8.0.tar.gz";
77
77
-
hash = "sha256-GPvoiWWaoG+EgtdqjB8IeHy4+QjXV9PkGVvlBeBZe2M=";
95
95
+
version = "0.9.0";
96
96
+
url = "https://github.com/perses/plugins/releases/download/timeseriestable/v0.9.0/TimeSeriesTable-0.9.0.tar.gz";
97
97
+
hash = "sha256-pZTXd7XYdo1XYeKNbnlwRZWY+Ff724SWJTVwbRfVTfE=";
78
98
};
79
99
"TraceTable" = {
80
80
-
version = "0.7.0";
81
81
-
url = "https://github.com/perses/plugins/releases/download/tracetable/v0.7.0/TraceTable-0.7.0.tar.gz";
82
82
-
hash = "sha256-PeCR0Oe8V8dBQMjPtU6xo5hpZJIXXPyXPfOtAMp2CjU=";
100
100
+
version = "0.8.1";
101
101
+
url = "https://github.com/perses/plugins/releases/download/tracetable/v0.8.1/TraceTable-0.8.1.tar.gz";
102
102
+
hash = "sha256-V6k55+YlPr7BqBKiQMCP7nU7hZ69GRoRJ8tYTeQNZog=";
83
103
};
84
104
"TracingGanttChart" = {
85
85
-
version = "0.7.0";
86
86
-
url = "https://github.com/perses/plugins/releases/download/tracingganttchart/v0.7.0/TracingGanttChart-0.7.0.tar.gz";
87
87
-
hash = "sha256-satiNlwzbHdgrHgfWs99lUCXt4tsKi/K2ON1/NNFyGU=";
105
105
+
version = "0.9.2";
106
106
+
url = "https://github.com/perses/plugins/releases/download/tracingganttchart/v0.9.2/TracingGanttChart-0.9.2.tar.gz";
107
107
+
hash = "sha256-QdcfoSk1khJMRIBozXMW/9cl2+94p4DD5xjx7UC9Cws=";
88
108
};
89
109
}