We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398a486 commit ad46506Copy full SHA for ad46506
packages/pyroscope/default.nix
@@ -6,16 +6,16 @@
6
}:
7
buildGoModule rec {
8
pname = "pyroscope";
9
- version = "1.6.1";
+ version = "1.10.0";
10
11
src = fetchFromGitHub {
12
owner = "grafana";
13
repo = "pyroscope";
14
rev = "v${version}";
15
- hash = "sha256-P2gEL4HhHuAHW0K/ApCwb2RxGVRBuTLMefmGLZOjMSU=";
+ hash = "sha256-WIX+ZY6cgz37aWRPU1avRm7KA5U2tX4ToyuA8lsFoU4=";
16
};
17
18
- vendorHash = "sha256-yMnvN370o7FVDfRE9V7iEPY5ezIchNEzgTItjbhxayo=";
+ vendorHash = "sha256-dij9zi38gcYIK5hpumI0Fg5ZfWovJeY6p4baW83hKhM=";
19
proxyVendor = true;
20
# preConfigure = ''
21
# export GOWORK=off
0 commit comments