parca-agent: 0.38.0 -> 0.38.1

This commit is contained in:
R. Ryantm
2025-04-26 17:04:05 +00:00
parent 2debd4ebfe
commit 0cedd3230e
+3 -3
View File
@@ -7,18 +7,18 @@
buildGoModule rec {
pname = "parca-agent";
version = "0.38.0";
version = "0.38.1";
src = fetchFromGitHub {
owner = "parca-dev";
repo = "parca-agent";
tag = "v${version}";
hash = "sha256-GaJeVfpyh61zro/WQgTxPisT/lZPx+BNekpFY6UXcAA=";
hash = "sha256-8xzRHOqiGaAKkVlFv0YLj76xJhr6+ljFyGa819iOPiY=";
fetchSubmodules = true;
};
proxyVendor = true;
vendorHash = "sha256-5vjG0RAoqE69v8uooRxRD87clkX7dMZCP3W42/2+OSk=";
vendorHash = "sha256-o7wf0n2XHZnfURJfQqgvU9bXfFrbFXIo3rt5cqYCx6w=";
buildInputs = [
stdenv.cc.libc.static