Unverified Commit effc5bd4 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #183373 from r-ryantm/auto-update/intel-cmt-cat

intel-cmt-cat: 4.3.0 -> 4.4.0
parents 934c6c9a 18dcace7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub }:

stdenv.mkDerivation rec {
  version = "4.3.0";
  version = "4.4.0";
  pname = "intel-cmt-cat";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "intel-cmt-cat";
    rev = "v${version}";
    sha256 = "sha256-9XZuSHWcAFN5otBfG8xE4gTIDixw7mYnHT/CTjyOvwo=";
    sha256 = "sha256-THP0ie9Ta0iNcAJYCRXMajqYBIFuT67kGMDakL4vIZc=";
  };

  enableParallelBuilding = true;