linuxPackages.tt-kmd: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm
2026-01-07 12:36:59 +00:00
parent c0fc386a2f
commit 18e7cdb550
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "tt-kmd";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "tenstorrent";
repo = "tt-kmd";
tag = "ttkmd-${finalAttrs.version}";
hash = "sha256-edpBUXhWAtcmHAgNPMAomexXfuIIqRvGipnr30VvsPE=";
hash = "sha256-MCfz5c42Jtm/SoTjyD+P5DgSzJy0T/VpwShuJNyPyTM=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;