linuxPackages.tt-kmd: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm
2026-02-11 00:45:42 +00:00
parent afdd275196
commit d15e01db90
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "tt-kmd";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "tenstorrent";
repo = "tt-kmd";
tag = "ttkmd-${finalAttrs.version}";
hash = "sha256-MCfz5c42Jtm/SoTjyD+P5DgSzJy0T/VpwShuJNyPyTM=";
hash = "sha256-+4Wqj91EsPthKQXajiDd9Y77oTp9BNqCgFCQrTAp6ag=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;