intel-cmt-cat: 26.03 -> 26.06

This commit is contained in:
R. Ryantm
2026-06-23 14:25:21 +00:00
parent e051f70d7a
commit 71bccf41ea
+2 -2
View File
@@ -5,14 +5,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "26.03";
version = "26.06";
pname = "intel-cmt-cat";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-cmt-cat";
rev = "v${finalAttrs.version}";
sha256 = "sha256-uGSWpP5CWyUpdLX5F/Lpiqbcdb0Zldeh5XSjptUqLqY=";
sha256 = "sha256-4rpmbQzxLD7FrtIzE+iE4G0sU7Dvz4rWs4MSlJqZcok=";
};
enableParallelBuilding = true;