packages/tempo: 2.2.1 -> 2.3.0
This commit is contained in:
parent
ce6a19387a
commit
ce7654740a
2 changed files with 5 additions and 5 deletions
|
@ -105,7 +105,7 @@ super: rec {
|
|||
];
|
||||
});
|
||||
|
||||
tempo = (super.tempo.override { buildGoModule = super.buildGo119Module; }).overrideAttrs (_: {
|
||||
tempo = (super.tempo.override { buildGoModule = super.buildGo121Module; }).overrideAttrs (_: {
|
||||
version = builtins.substring 1 (-1) pins.tempo.version;
|
||||
src = super.npins.mkSource pins.tempo;
|
||||
subPackages = [ "cmd/tempo" ];
|
||||
|
|
|
@ -61,10 +61,10 @@
|
|||
},
|
||||
"pre_releases": false,
|
||||
"version_upper_bound": null,
|
||||
"version": "v2.2.1",
|
||||
"revision": "77c009c9d315d61207ff3b31c02f94d5749b4bad",
|
||||
"url": "https://api.github.com/repos/grafana/tempo/tarball/v2.2.1",
|
||||
"hash": "0biv47mlnsl60nh5z45d3gd4l5avv04l2scmpvyhcrj2fa3abnbh"
|
||||
"version": "v2.3.0",
|
||||
"revision": "0b0f48ea2dea728b06ba93bb505fb96b4224fcae",
|
||||
"url": "https://api.github.com/repos/grafana/tempo/tarball/v2.3.0",
|
||||
"hash": "08rh22zmx7j5gxsqn4cjr1lg5frmq0bgq8iyvdlgmml5xdbkqj90"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
|
|
Loading…
Reference in a new issue