tt-system-tools: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2025-12-04 02:29:53 +00:00
parent a0753c1e29
commit e99a52843e
+2 -2
View File
@@ -9,13 +9,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "tt-system-tools";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "tenstorrent";
repo = "tt-system-tools";
tag = "v${finalAttrs.version}";
hash = "sha256-ZtEs1XRho/EJShAV6+8Db2wxCK2QQBuNp+TRqb+ZiM4=";
hash = "sha256-bJtDfOXwtIKQMu8B+5/UYLmwBv/KTtGEsxAUhF2w6OY=";
};
nativeBuildInputs = [