parca-agent: 0.39.3 -> 0.40.2

This commit is contained in:
R. Ryantm 2025-08-13 06:10:08 +00:00
parent e4b54494cb
commit 9549f08928

View File

@ -8,18 +8,18 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "parca-agent"; pname = "parca-agent";
version = "0.39.3"; version = "0.40.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "parca-dev"; owner = "parca-dev";
repo = "parca-agent"; repo = "parca-agent";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-dtDC0TlyYnoYpKiZ9gb9Dm75LA1r8040IUurnalkO4M="; hash = "sha256-xGqHnnaRViD2HcTjOJoq/GYyw702BCY5hTIkbJm6HjQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-10cfmMbNvaX2VksX0WOOHQAMgqfOXbkLXeXAy3b3fhU="; vendorHash = "sha256-prZzLsLbxCCBNQDy4NEwGMcXRM2MFy7D46Kd37dL5bQ=";
buildInputs = [ buildInputs = [
stdenv.cc.libc.static stdenv.cc.libc.static