phlare: fix build
This commit is contained in:
parent
7e91f38847
commit
7cc6a148e8
@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
buildGoModule,
|
buildGo122Module,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
|
# breaks in go 1.23 with `invalid reference to runtime.aeskeysched`
|
||||||
buildGoModule rec {
|
# won't be fixed upstream since the repository is archived.
|
||||||
|
buildGo122Module rec {
|
||||||
pname = "phlare";
|
pname = "phlare";
|
||||||
version = "0.6.1";
|
version = "0.6.1";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user