tt-smi: 5.3.1 -> 6.0.0

This commit is contained in:
R. Ryantm
2026-07-17 04:29:02 +00:00
parent 3caf6c92ce
commit e6ab1a35da
+2 -2
View File
@@ -8,7 +8,7 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tt-smi";
version = "5.3.1";
version = "6.0.0";
pyproject = true;
__structuredAttrs = true;
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "tenstorrent";
repo = "tt-smi";
tag = "v${finalAttrs.version}";
hash = "sha256-lZ9fd8tkwfmWHEAJ8+cwBja3U7vxAVWQWrgope9/VO4=";
hash = "sha256-039boJyMEVB3dsOLNzmG4LGnDwF/358snhgFcZklSQc=";
};
build-system = with python3Packages; [