Skip to content

Commit 4d4a0d9

Browse files
MartinNikovPetarKirov
authored andcommitted
pyroscope: 1.10.0 -> 1.14.0
1 parent 8d64ad5 commit 4d4a0d9

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.10.0";
9+
version = "1.14.0";
1010

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

18-
vendorHash = "sha256-dij9zi38gcYIK5hpumI0Fg5ZfWovJeY6p4baW83hKhM=";
18+
vendorHash = "sha256-uzXYgxAjSJsPu7WrND/Vjj/I+eiVVKhOKEB7JMbc1ss=";
1919
proxyVendor = true;
2020
# preConfigure = ''
2121
# export GOWORK=off

0 commit comments

Comments
 (0)