mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
parent
0431a90dd6
commit
9697838ddc
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user