intel-cmt-cat: 26.03 -> 26.06 (#534608)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-02 18:46:14 +00:00
committed by GitHub
+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;