parca-agent: 0.36.0 -> 0.37.0

This commit is contained in:
R. Ryantm
2025-04-08 01:51:31 +00:00
parent 81c8dee706
commit ab9d81ee01
+3 -3
View File
@@ -7,18 +7,18 @@
buildGoModule rec {
pname = "parca-agent";
version = "0.36.0";
version = "0.37.0";
src = fetchFromGitHub {
owner = "parca-dev";
repo = "parca-agent";
tag = "v${version}";
hash = "sha256-06TrG4cDf5RjwScIhX4zEjcx4zlFCjnWySpZHmaXT7E=";
hash = "sha256-U9Yomvw4bqKrrd9kMHmjV6kt7gLdkFHI+0iCJ0IRJSw=";
fetchSubmodules = true;
};
proxyVendor = true;
vendorHash = "sha256-6PD2qd0Qeqb1yQiQcOw0nRX6lWjLsWcLDTlmbz0T5+k=";
vendorHash = "sha256-hG6dM94gidbDNPY7I8gh1Nt8F3oQelzNIyfDsuNe5y8=";
buildInputs = [
stdenv.cc.libc.static