packages/tempo: 1.4.1 -> 1.5.0
This commit is contained in:
parent
e2b69171a7
commit
bf35711597
2 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@ super: rec {
|
|||
|
||||
prometheus-jitsi-exporter = patch super.prometheus-jitsi-exporter "patches/base/prometheus-jitsi-exporter";
|
||||
|
||||
tempo = super.tempo.overrideAttrs (_: {
|
||||
tempo = (super.tempo.override { buildGoModule = super.buildGo118Module; }).overrideAttrs (_: {
|
||||
version = builtins.substring 1 (-1) pins.tempo.version;
|
||||
src = super.npins.mkSource pins.tempo;
|
||||
subPackages = [ "cmd/tempo" ];
|
||||
|
|
|
@ -63,10 +63,10 @@
|
|||
},
|
||||
"pre_releases": false,
|
||||
"version_upper_bound": null,
|
||||
"version": "v1.4.1",
|
||||
"revision": "561f92b3fe2384126708a06e4f1db422d62db986",
|
||||
"url": "https://api.github.com/repos/grafana/tempo/tarball/v1.4.1",
|
||||
"hash": "0r4i6v5g0qisyx1gha87n67zcgm64p0v548q9z75hw55qkvzw8m6"
|
||||
"version": "v1.5.0",
|
||||
"revision": "1a97bea16259be7863dda77e1a6df09eb048b202",
|
||||
"url": "https://api.github.com/repos/grafana/tempo/tarball/v1.5.0",
|
||||
"hash": "0hvpp4kd59p22p25ngp2lrm6f2va36q0j8xx4k223n3hnhawkmf3"
|
||||
},
|
||||
"uptime-kuma": {
|
||||
"type": "GitRelease",
|
||||
|
|
Loading…
Reference in a new issue