intel-cmt-cat: 4.6.0 -> 23.08

This commit is contained in:
R. Ryantm 2023-09-05 11:32:33 +00:00
parent 3c1c30ec5e
commit 4d1f786334

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "4.6.0";
version = "23.08";
pname = "intel-cmt-cat";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-cmt-cat";
rev = "v${version}";
sha256 = "sha256-Bw/WY30ytvwBo+OZ27WG2aY3YN9xczdjs4jcHR/Tv/w=";
sha256 = "sha256-T97cTJLGSJgOoQFgL/lI+AldqsCEcHilhTTDZy+pmU8=";
};
enableParallelBuilding = true;