parca-agent: 0.35.0 -> 0.35.1

This commit is contained in:
R. Ryantm 2024-12-17 01:47:06 +00:00
parent 69e1e8ba04
commit 25850545b7

View File

@ -7,18 +7,18 @@
buildGoModule rec {
pname = "parca-agent";
version = "0.35.0";
version = "0.35.1";
src = fetchFromGitHub {
owner = "parca-dev";
repo = "parca-agent";
rev = "refs/tags/v${version}";
hash = "sha256-5MoHX47uUtQgszNuu9ImLJPYnaN2NKZKOPa60PMHDL0=";
hash = "sha256-Sc2mqfOKXjiGtUVvo/pIRvSgDPaFeiK7UoWHhTtucFQ=";
fetchSubmodules = true;
};
proxyVendor = true;
vendorHash = "sha256-v2OnCuOI9inZ4WiU/3PbBwK6ZcvZX21MNsLhRWZ6sGY=";
vendorHash = "sha256-KKvOs2Pa0MFWKX8gsoYsfdn9R9OFPKvl24E1dTtjAPo=";
buildInputs = [
stdenv.cc.libc.static