luwen: 0.7.14 -> 0.8.5

This commit is contained in:
Tristan Ross
2026-06-05 15:14:38 -07:00
parent 4dc5c9c472
commit 44d3eedbfb
3 changed files with 4 additions and 2218 deletions
-2210
View File
File diff suppressed because it is too large Load Diff
+3 -8
View File
@@ -6,25 +6,20 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "luwen";
version = "0.7.14";
version = "0.8.5";
src = fetchFromGitHub {
owner = "tenstorrent";
repo = "luwen";
tag = "v${finalAttrs.version}";
hash = "sha256-KhkABISkR37MjEwgroVtywYNCxgfwXyM5LG2CIJhu3M=";
hash = "sha256-lY7cZ+8C0UEGGYxufl4Vi8g0L4AJFXaGqn7XE2ivTcQ=";
};
postUnpack = ''
cp ${./Cargo.lock} $sourceRoot/Cargo.lock
'';
nativeBuildInputs = [
protobuf
];
# Vendor a lockfile until upstream manages to consistently have checksums in their's.
cargoLock.lockFile = ./Cargo.lock;
cargoHash = "sha256-QBGXbRiBk4WIQFopq1OccmUHgx5GzR/PKhMH4Ie+fyg=";
meta = {
description = "Tenstorrent system interface tools";
@@ -11,6 +11,7 @@ buildPythonPackage rec {
pname = "pyluwen";
version = "0.7.11";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "tenstorrent";