phlare: fix build

(cherry picked from commit 7cc6a148e8)
This commit is contained in:
Noa Aarts 2024-11-16 19:41:25 +01:00 committed by github-actions[bot]
parent 0431a90dd6
commit 9697838ddc

View File

@ -1,10 +1,11 @@
{
lib,
buildGoModule,
buildGo122Module,
fetchFromGitHub,
}:
buildGoModule rec {
# breaks in go 1.23 with `invalid reference to runtime.aeskeysched`
# won't be fixed upstream since the repository is archived.
buildGo122Module rec {
pname = "phlare";
version = "0.6.1";