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.
2 parents 19286d4 + a55398f commit 996908bCopy full SHA for 996908b
pkgs/by-name/pa/parca-agent/package.nix
@@ -7,18 +7,18 @@
7
8
buildGoModule rec {
9
pname = "parca-agent";
10
- version = "0.37.0";
+ version = "0.38.0";
11
12
src = fetchFromGitHub {
13
owner = "parca-dev";
14
repo = "parca-agent";
15
tag = "v${version}";
16
- hash = "sha256-U9Yomvw4bqKrrd9kMHmjV6kt7gLdkFHI+0iCJ0IRJSw=";
+ hash = "sha256-GaJeVfpyh61zro/WQgTxPisT/lZPx+BNekpFY6UXcAA=";
17
fetchSubmodules = true;
18
};
19
20
proxyVendor = true;
21
- vendorHash = "sha256-hG6dM94gidbDNPY7I8gh1Nt8F3oQelzNIyfDsuNe5y8=";
+ vendorHash = "sha256-5vjG0RAoqE69v8uooRxRD87clkX7dMZCP3W42/2+OSk=";
22
23
buildInputs = [
24
stdenv.cc.libc.static
0 commit comments