Unverified Commit a0b496b5 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

parca-agent: 0.36.0 -> 0.37.0 (#396974)

parents 6405fe18 ab9d81ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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