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 6dd6ff5 + 7df8c92 commit b25c908Copy full SHA for b25c908
pkgs/by-name/pa/parca-agent/package.nix
@@ -3,17 +3,18 @@
3
fetchFromGitHub,
4
lib,
5
stdenv,
6
+ nix-update-script,
7
}:
8
9
buildGoModule rec {
10
pname = "parca-agent";
- version = "0.38.2";
11
+ version = "0.39.0";
12
13
src = fetchFromGitHub {
14
owner = "parca-dev";
15
repo = "parca-agent";
16
tag = "v${version}";
- hash = "sha256-6TjO5Fb6+zCrVz/Edq41H3tTbJLtYD1k/OKt01ms2dY=";
17
+ hash = "sha256-ZdMQ0cyLihMhqXVN98t0Bhg2I4NUxBPcSl2KJU5P0vQ=";
18
fetchSubmodules = true;
19
};
20
@@ -35,6 +36,8 @@ buildGoModule rec {
35
36
"netgo"
37
];
38
39
+ passthru.updateScript = nix-update-script { };
40
+
41
meta = {
42
description = "eBPF based, always-on profiling agent";
43
homepage = "https://github.com/parca-dev/parca-agent";
0 commit comments