Skip to content

Commit ad46506

Browse files
github-actions[bot]PetarKirov
authored andcommitted
1 parent 398a486 commit ad46506

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/pyroscope/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
buildGoModule rec {
88
pname = "pyroscope";
9-
version = "1.6.1";
9+
version = "1.10.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "grafana";
1313
repo = "pyroscope";
1414
rev = "v${version}";
15-
hash = "sha256-P2gEL4HhHuAHW0K/ApCwb2RxGVRBuTLMefmGLZOjMSU=";
15+
hash = "sha256-WIX+ZY6cgz37aWRPU1avRm7KA5U2tX4ToyuA8lsFoU4=";
1616
};
1717

18-
vendorHash = "sha256-yMnvN370o7FVDfRE9V7iEPY5ezIchNEzgTItjbhxayo=";
18+
vendorHash = "sha256-dij9zi38gcYIK5hpumI0Fg5ZfWovJeY6p4baW83hKhM=";
1919
proxyVendor = true;
2020
# preConfigure = ''
2121
# export GOWORK=off

0 commit comments

Comments
 (0)