linuxPackages.tt-kmd: 2.0.0 -> 2.3.0

This commit is contained in:
R. Ryantm
2025-08-24 15:08:38 +00:00
parent fcb0b3f2cc
commit 5a95bdca9b
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "tt-kmd";
version = "2.0.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "tenstorrent";
repo = "tt-kmd";
tag = "ttkmd-${finalAttrs.version}";
hash = "sha256-Y85857oWzsltRyRWpK8Wi0H38mBFwqM3+iXkwVK4DPY=";
hash = "sha256-o9F6WsiNQGD/0VraBVO2oEwPTc2Yjh3aitvITp/M2+4=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;