Skip to content

Commit a55398f

Browse files
committed
parca-agent: 0.37.0 -> 0.38.0
1 parent d5b441b commit a55398f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pa/parca-agent/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
buildGoModule rec {
99
pname = "parca-agent";
10-
version = "0.37.0";
10+
version = "0.38.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "parca-dev";
1414
repo = "parca-agent";
1515
tag = "v${version}";
16-
hash = "sha256-U9Yomvw4bqKrrd9kMHmjV6kt7gLdkFHI+0iCJ0IRJSw=";
16+
hash = "sha256-GaJeVfpyh61zro/WQgTxPisT/lZPx+BNekpFY6UXcAA=";
1717
fetchSubmodules = true;
1818
};
1919

2020
proxyVendor = true;
21-
vendorHash = "sha256-hG6dM94gidbDNPY7I8gh1Nt8F3oQelzNIyfDsuNe5y8=";
21+
vendorHash = "sha256-5vjG0RAoqE69v8uooRxRD87clkX7dMZCP3W42/2+OSk=";
2222

2323
buildInputs = [
2424
stdenv.cc.libc.static

0 commit comments

Comments
 (0)