Skip to content

Commit b25c908

Browse files
authored
parca-agent: 0.38.2 -> 0.39.0 (#411361)
2 parents 6dd6ff5 + 7df8c92 commit b25c908

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/by-name/pa/parca-agent/package.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
fetchFromGitHub,
44
lib,
55
stdenv,
6+
nix-update-script,
67
}:
78

89
buildGoModule rec {
910
pname = "parca-agent";
10-
version = "0.38.2";
11+
version = "0.39.0";
1112

1213
src = fetchFromGitHub {
1314
owner = "parca-dev";
1415
repo = "parca-agent";
1516
tag = "v${version}";
16-
hash = "sha256-6TjO5Fb6+zCrVz/Edq41H3tTbJLtYD1k/OKt01ms2dY=";
17+
hash = "sha256-ZdMQ0cyLihMhqXVN98t0Bhg2I4NUxBPcSl2KJU5P0vQ=";
1718
fetchSubmodules = true;
1819
};
1920

@@ -35,6 +36,8 @@ buildGoModule rec {
3536
"netgo"
3637
];
3738

39+
passthru.updateScript = nix-update-script { };
40+
3841
meta = {
3942
description = "eBPF based, always-on profiling agent";
4043
homepage = "https://github.com/parca-dev/parca-agent";

0 commit comments

Comments
 (0)