Skip to content

Commit

Permalink
pyroscope: 1.6.1 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2024
1 parent 4e4a0ea commit a86bd04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/pyroscope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "pyroscope";
version = "1.6.1";
version = "1.7.1";

src = fetchFromGitHub {
owner = "grafana";
repo = "pyroscope";
rev = "v${version}";
hash = "sha256-P2gEL4HhHuAHW0K/ApCwb2RxGVRBuTLMefmGLZOjMSU=";
hash = "sha256-iMP67J0Q8Cgo52iImMzAM3PEkk6uLF7r6v9TyXZVaIE=";
};

vendorHash = "sha256-yMnvN370o7FVDfRE9V7iEPY5ezIchNEzgTItjbhxayo=";
vendorHash = "sha256-fpkdy9fupjMNbnGDP+aD/cngaZ89ihRUBCpVIk+Yzzw=";
proxyVendor = true;
# preConfigure = ''
# export GOWORK=off
Expand Down

0 comments on commit a86bd04

Please sign in to comment.