phlare: fix build

This commit is contained in:
Noa Aarts 2024-11-16 19:41:25 +01:00
parent 7e91f38847
commit 7cc6a148e8
No known key found for this signature in database
GPG Key ID: 1850932741EFF672

View File

@ -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";