forked from the-distro/infra
fix: pin pyroscope to go 1.22
This commit is contained in:
parent
b08330c42b
commit
41be8dc170
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
{ lib
|
{ lib
|
||||||
, buildGoModule
|
, buildGo122Module
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
# FIXME: update, remove this pin
|
||||||
|
buildGo122Module rec {
|
||||||
pname = "pyroscope";
|
pname = "pyroscope";
|
||||||
version = "1.7.1";
|
version = "1.7.1";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue