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

intel-cmt-cat: 23.08 -> 23.11
This commit is contained in:
OTABI Tomoya 2023-11-10 18:23:06 +09:00 committed by GitHub
commit 13d14a1850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "23.08";
version = "23.11";
pname = "intel-cmt-cat";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-cmt-cat";
rev = "v${version}";
sha256 = "sha256-T97cTJLGSJgOoQFgL/lI+AldqsCEcHilhTTDZy+pmU8=";
sha256 = "sha256-/OSU/7QR8NAjcAIo+unVQfORvCH5VpjfRn5sIrCxwbE=";
};
enableParallelBuilding = true;