Skip to content

Commit

Permalink
parca-agent: 0.35.0 -> 0.35.1 (NixOS#365760)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored Dec 17, 2024
2 parents 746b3fd + 2585054 commit cd0b463
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pa/parca-agent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd0b463

Please sign in to comment.